共用方式為


IE add-in to display HTTP header traffic

When I worked on OWA, I used NetMon a lot to do sniffs of the traffic between client and server. Although NetMon is powerful, it's a bit overkill for quick & dirty checks. A coworker just pointed me at IEHttpHeaders, which is a nifty addin that adds a pane to IE that shows you the headers of the request and response:

Comments

  • Anonymous
    August 23, 2004
    i LOVE this. man impressed. you have any idea how useful this might prove?!... well of course you do, but seriously, thanks for sharing this - useful indeed.
  • Anonymous
    August 23, 2004
    Really nice tool !.

    I'm going to try it and see how it works.

    Thanks for the info ;-)

    Benji
  • Anonymous
    August 23, 2004
    Thanks for pointing this out! This makes it much easier to debug HTTPS problems (for which a packet sniffer is nearly useless).

    http://livehttpheaders.mozdev.org/ does something similar for Mozilla.
  • Anonymous
    August 23, 2004
    I came across IEHttpHeaders a while back, but found it's feature set somewhat lacking for my purposes. Now I use Fiddler (http://www.fiddlertool.com), another free and more featured HTTP debugger.
  • Anonymous
    August 23, 2004
    I use Fiddler constantly at work. It's fantastic.
  • Anonymous
    August 24, 2004
    Proxomitron works quite well, too.
  • Anonymous
    August 25, 2004
    The comment has been removed
  • Anonymous
    August 28, 2004
    You might also check out the tools at Dartware. www.dartware.com - there products are used heavily within the college environments. Good network monitoring with cross platform support.