internet explorer - Examine http response headers in IE8 -
I'm looking for an ie8-addon that displays any headers like firebug or circleplayheaders, any advice appreciated
Edit: I may be blind but looks like such as the underlying developer tool (F12) not show the http header.
You may be looking for
Fiddler a web A debugging proxy that logs all the HTTP (s) traffic fidler between your computer and the Internet allows you to observe all HTTP (s) traffic, breakpoint set and "baccel" with incoming or outgoing data. Fidler includes a powerful event-based scripting subsystem, and it can be extended using any .NET language.
Fidler is freeware and can debug traffic from virtually any application including Internet Explorer, Mozilla Firefox, Opera and thousands more.
Comments
Post a Comment