tommut / HttpRequester

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

Option to not follow redirects #38

Open mibe opened 7 years ago

mibe commented 7 years ago

I have a feature request: Add an option to not follow redirects.

Currently, if a server responds with an redirect (HTTP status code 301/302), that redirect is followed and not displayed. Only the following request is displayed then.

It would be nice to also display the first, redirecting request in the history pane or to let the user decide if HttpRequester should automatically follow redirects.