tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

Cached Response #37

Open dgonyier opened 7 years ago

dgonyier commented 7 years ago

It seems that if you submit a GET request without changing Headers, or any other parameters more than once, this add-on will return a cached response (probably from Firefox's previously cached result?) rather than send a new request and get a new response. Symptoms include timestamp fields in the response that don't change, getting the same response data even if the REST server is supposed to return new data for each request, even if the request parameters is the same.

Better behaviour would be to get uncached results for each request.

HttpRequester 2.2, Firefox 52.0.2, Windows 10 x64