How can I test my browser ignoring Location headers?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-04-06T04:31:30Z Indexed on 2010/04/06 23:43 UTC
Read the original article Hit count: 229

I want to test a site with my Firefox ignoring Location: headers like this example in PHP.

header('Location: another-page.php');

Is there a plugin available to do this, or any other method?

Would my best bet be surfing the site with Lynx?

Thanks

© Stack Overflow or respective owner

Related posts about browser

Related posts about http-header-fields