What HTTP traffic monitor would you recommend for

2019-01-30 07:56发布

I need the sniffer to test network traffic of applications developed by me for Windows and Facebook.

Basic requirements:

  • display request and response
  • display HTTP headers
  • display the time it took to complete HTTP request

Now I'm using HTTP Analyzer. A very good tool, but it terminates with some error after 10-15 min running on Vista.

8条回答
Summer. ? 凉城
2楼-- · 2019-01-30 08:34

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

查看更多
3楼-- · 2019-01-30 08:39

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.

查看更多
爷、活的狠高调
4楼-- · 2019-01-30 08:40

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.

查看更多
走好不送
5楼-- · 2019-01-30 08:43
三岁会撩人
6楼-- · 2019-01-30 08:45

Fiddler is great when you are only interested in the http(s) side of the communications. It is also very useful when you are trying to inspect inside a https stream.

查看更多
登录 后发表回答