codemancers/interceptor

Sinon fakeServer returns 404 on multiple interception

Closed this issue · 0 comments

If 5 requests are intercepted by the extension, sinon fakeServer returns the mock responses as defined by the user in response text field. Suppose a user unchecks some of the requests, and intercepts again, a parseerror or 404 is returned by the fake server for intercepted requests. In a way, this bug is synonymous to #84