interceptor
interceptor copied to clipboard
A browser extension to mock AJAX requests at the browser level
Adds a checkbox as column header which allows the user to check/uncheck all the requests for interception at once
When using interceptor on pages which using cookie session, the non intercepted requests are not sending with cookies which causes request to respond back with 401. [Nise](https://github.com/sinonjs/nise), won't allow to...
Currently, the `sinonFakeServer` responds to all the requests immediately with a mock response. Add ability to respond after a specified timeout. Refer [this](http://sinonjs.org/releases/v4.2.2/fake-xhr-and-server/#number-autorespondafter-ms) and [this](https://gist.github.com/AWinterman/23cb8f24f62e83d195fb)
We perform the following check in background script which prevents multiple requests with same URLs being listed twice https://github.com/code-mancers/interceptor/pull/47/files#diff-97376050e9a743882d45020d62953ea4R78 Sinon throws an error if the same URL is intercepted twice....
The user should be able to set the action to pause the request and show a form where the user can input a custom response. Prepopulate this form a saved...
User should be able to click on a detected XHR request on the popup and see a list of possible actions to take when this request is encountered from now...
**Describe the bug** Firefox Extension is working, but Chrome Extension stopped working. **To Reproduce** Steps to reproduce the behavior: 1. Try searching for Chrome Extension, it is not listed anymore...