5

Is it possible to modify request headers sent by Internet Explorer. There are addins to do this for Mozilla Firefox. Is there a similar thing for IE.

Thanks in advance!!

TrustyCoder
  • 4,749
  • 10
  • 66
  • 119
  • I think fiddler will do that one for you.. I am not sure but give a try.. – ACP Dec 15 '09 at 08:32
  • Yes Fiddler has Request Builder that can send HTTP requests with custom header but I want to include the headers in every request. – TrustyCoder Dec 15 '09 at 08:39
  • http://stackoverflow.com/questions/1067781/is-there-any-way-to-modify-the-http-headers-for-ie6 – ACP Dec 15 '09 at 09:08

1 Answers1

3

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

For reference, visit modify request headers in IE

Raman Sahasi
  • 30,180
  • 9
  • 58
  • 71
ACP
  • 34,682
  • 100
  • 231
  • 371