应用截图

Request X截图1
Request X截图2
Request X截图3

详细介绍

Intercept requests and cookies by flexible rules.

Source code: https://github.com/gera2ld/request-x

Features:
- Block requests by methods and URL patterns
- Redirect requests or replace responses
- Modify headers
- Modify cookie properties like SameSite
- Maintainable lists, easy to share your lists with others

Use cases:
- Debug APIs but avoid unexpected mutations
- Block unwanted contents in an extremely flexible way
- Set authorization header to avoid inputing username/password again and again
- Set CORS header to allow certain cross-site requests without server changes
- Modify CSP headers
- Change SameSite for old services to work on latest browsers
- ...

Tested on Chrome >= 99. It is highly recommended to use on latest versions.