I'm looking for an ie8-addon that displays the http headers like firebug or httpliveheaders do. Any advice is appreciated.

edit: I may be blind but it seems as if the built-in developer tools (F12) do not show the http headers.

link|improve this question

67% accept rate
feedback

3 Answers

up vote 27 down vote accepted

You might be looking for Fiddler2

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.

link|improve this answer
Works like a charm. For no good reason (except being a creature of habit) I would like this to be "within" IE ...but "you can't always get what you want" ;-) – VolkerK Apr 26 '09 at 22:37
Fiddler is a great tool. I highly recommend it. – Steven Richards Apr 26 '09 at 22:38
Fiddler is great but Mozilla Firefox traffic does not go through wininet by default IIRC. You can enable it by routing through a proxy though. – scunliffe Apr 27 '09 at 3:16
fiddler2 installed a hook-addon in my firefox, which works fine... even though I don't need it (yet). – VolkerK Apr 28 '09 at 5:48
Fiddler is a good product. – ken Jul 16 '09 at 18:00
show 3 more comments
feedback

If you want to view HTTP headers in your IE I recommend using DebugBar.
I've tested it with IE8 and it was working with no problems. It has also few other useful features like validating HTML or viewing cookies.

However I see two problems with this tool:

  • for personal use it is for free, otherwise you have to pay.
  • dynaTrace had some compatibility issues with DebugBar.
link|improve this answer
feedback

IE8 comes with a developer tool, http://msdn.microsoft.com/en-us/library/dd565628(VS.85).aspx

link|improve this answer
4  
The IE8 dev tools contain no such mechanism to inspect network traffic of any sort. – ken Jul 16 '09 at 17:59
3  
The developer tool for IE9 does now include a network tab with this information. – Niall Connaughton Mar 17 '11 at 10:50
feedback

Your Answer

 
or
required, but never shown

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