vote up 2 vote down star

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.

flag

70% accept rate

2 Answers

vote up 9 vote down check

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|flag
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 at 22:37
Fiddler is a great tool. I highly recommend it. – Steven Richards Apr 26 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 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 at 5:48
Fiddler is a good product. – ken Jul 16 at 18:00
vote up -2 vote down

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

link|flag
The IE8 dev tools contain no such mechanism to inspect network traffic of any sort. – ken Jul 16 at 17:59

Your Answer

Get an OpenID
or

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