Thursday, August 27, 2009

ieHTTPHeaders


ieHTTPHeaders is an Explorer Bar for Microsoft Internet Explorer that will display the HTTP Headers sent and received by Internet Explorer as you surf the web. It can be useful in debugging various web-development problems related to cookies, caching, redirection, proxy servers, etc. It is nicely integrated with Microsoft Internet Explorer so you'll be able to see the HTTP headers as they sent and received from the web server, without any need to fire up an extra tool set.
Using its built in filtering capabilities, you can filter away transaction based on their content type or the HTTP status code so you can focus on watching and debugging what you find interresting.
Some of the features include:
  • SSL support
  • Filtering based on content type
  • Filtering based on HTTP status code
  • Customizable coloring scheme for requests and responses
  • Cherry pick from seing the request, the reponse, the request body (POST data), or all at the same time.
  • Grouping of requests and responses for easier debugging
  • Use ieHTTPHeaders to debug or troubleshoot your web development, or use it for general spelunking. Ever wondered how a web server handles caching, redirections, e-tags, etc? Fire up ieHTTPHeaders and have a look!


http://www.blunck.se/iehttpheaders.html

3 comments:

Sindri said...

Hi! Do you plan to release another version of this?

At the moment it crashes immediately on my XP box if any program does a http request with the following error in the Event Viewer.

Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 09/11/2009
Time: 14:55:06
User: N/A
Computer: SINDRI
Description:
Faulting application eyes.exe, version 0.0.0.0, faulting module ntdll.dll, version 5.1.2600.5755, fault address 0x000369da.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 65 79 65 ure eye
0018: 73 2e 65 78 65 20 30 2e s.exe 0.
0020: 30 2e 30 2e 30 20 69 6e 0.0.0 in
0028: 20 6e 74 64 6c 6c 2e 64 ntdll.d
0030: 6c 6c 20 35 2e 31 2e 32 ll 5.1.2
0038: 36 30 30 2e 35 37 35 35 600.5755
0040: 20 61 74 20 6f 66 66 73 at offs
0048: 65 74 20 30 30 30 33 36 et 00036
0050: 39 64 61 0d 0a 9da..


Cheers for your efforts anyway.

Anonymous said...

Hi! What happened to httpeyes? Will I have to code it myself? ;)

Unknown said...

http://www.blunck.se/iehttpheaders.html
use updated url

P.S. It's not my software :)