Firefox – Disable 302 Redirects in Firefox

firefoxredirection

I need to temporarily disable 302 redirects in Firefox. How can I do this? I tried going to tools > options > advanced > general > check warn me when sites try to redirect or reload the page, but that didn't work, 302 redirects are still followed. Is there anywhere in about:config that I can disable 302 redirects?

Best Answer

call about:config and set network.http.redirection-limit to 0. But you won't be able to access the moved page.

Related Question