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.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

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

link|improve this answer
This worked great and is free. – Daniel Alexiuc Jul 1 '09 at 21:54
feedback

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

link|improve this answer
Thanks! This also worked great, and is much nicer to use than Fiddler. Costs money though. – Daniel Alexiuc Jul 1 '09 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 '09 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 '09 at 22:20
feedback

Proxomitron has the ability to modify headers for IE and its free

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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