What HTTP traffic monitor would you recommend for Windows? [closed] What HTTP traffic monitor would you recommend for Windows? [closed] windows windows

What HTTP traffic monitor would you recommend for Windows? [closed]


Wireshark if you want to see everything going on in the network.

Fiddler if you want to just monitor HTTP/s traffic.

Live HTTP Headers if you're in Firefox and want a quick plugin just to see the headers.

Also FireBug can get you that information too and provides a nice interface when your working on a single page during development. I've used it to monitor AJAX transactions.


I now use CharlesProxy for development, but previously I have used Fiddler


Try Wireshark:

Wireshark is the world's foremost network protocol analyzer, and is the de facto (and often de jure) standard across many industries and educational institutions.

There is a bit of a learning curve but it is far and away the best tool available.