A chrome extension to intercept and modify HTTP requests and responses
Requestor allows you to intercept outgoing HTTP requests before they leave your browser, and HTTP responses before they re-enter. Intercepted requests can be edited, including status, headers and body, before continuing resuming.
* Intercept requests according to a string pattern or a regular expression matching the URL
* Edit request and response body using plain text, or a built-in JSON editor
* Mock server responses to test your frontend application
* Prevent unwanted requests from leaving your browser