vote up 0 vote down star

I need to be able to modify the HTTP headers for Internet Explorer for testing purposes.

Basically, I want to achieve the exact same thing that the Modify Headers plugin for Firefox does.

flag

2 Answers

vote up 3 vote down check

You could install Fiddler and modify request headers with the CustomRules.js file

link|flag
This worked great and is free. – Daniel Alexiuc Jul 1 at 21:54
vote up 0 vote down

You could use Charles Proxy to do all sorts of header rewriting. It's a great tool.

link|flag
Thanks! This also worked great, and is much nicer to use than Fiddler. Costs money though. – Daniel Alexiuc Jul 1 at 21:54
1  
It still works without registration, just with nag screens and I think auto-shutdown after a period of time. However, once you start using this tool you'll quickly realize it's well worth the small price. – Marc Novakowski Jul 2 at 16:29
If you actually think it's "much nicer", I'd very much like to hear why. Please email me using the Help / Send Feedback link in Fiddler. – EricLaw -MSFT- Jul 27 at 22:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.