Is there any way to modify the HTTP headers for IE6?

browser, http-headers

Solution

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

Problem

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.

Original source