I thought developer tools could do this but I'm struggling to find it. Any other recommendations?
Asked
Active
Viewed 2.6k times
19
-
1Is http://www.wireshark.org/ what you're looking for? – sarnold Aug 04 '10 at 11:27
-
Wireshark is a little too "in-deep" for my requirements. Fiddler looks good though. – spender Aug 04 '10 at 11:33
-
IE9 developer tools do it, not 8. Use fiddler (http) or wireshark (tcp/ip). – i_am_jorf Aug 04 '10 at 15:40
-
possible duplicate of [Examine http response headers in IE8](http://stackoverflow.com/questions/791642/examine-http-response-headers-in-ie8) – alain.janinm Dec 04 '14 at 11:14
3 Answers
5
I have had success with HTTP Watch Basic. I have tried Fiddler and wireshark. They are great tools, assuming you have the permission to use them in a corporate environment. Typically, the corporate security team will not allow them to be installed (at least in my situation). I have had success with HTTP Watch Basic when debugging SAML issues for single-sign-on. HTTP Watch basic seems to be the the primary option to use for IE8.

Dan Barber
- 549
- 2
- 7
- 11