Tool to monitor HTTP, TCP, etc. Web Service traffi

2019-01-16 14:07发布

What's the best tool that you use to monitor Web Service, SOAP, WCF, etc. traffic that's coming and going on the wire? I have seen some tools that made with Java but they seem to be a little crappy. What I want is a tool that sits in the middle as a proxy and does port redirection (which should have configurable listen/redirect ports). Are there any tools work on Windows to do this?

11条回答
可以哭但决不认输i
2楼-- · 2019-01-16 14:24

You might find Microsoft Network Monitor helpful if you're on Windows.

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-01-16 14:24
再贱就再见
4楼-- · 2019-01-16 14:24

JMeter's built-in proxy may be used to record all HTTP request/response information.

Firefox "Live HTTP headers" plugin may be used to see what is happening on the browser side when sending/receiving request.

Firefox "Tamper data" plugin may be useful when you need to intercept and modify request.

查看更多
放我归山
5楼-- · 2019-01-16 14:30

I second Wireshark. It is very powerful and versatile. And since this tool will work not only on Windows but also on Linux or Mac OSX, investing your time to learn it (quite easy actually) makes sense. Whatever the platform or the language you use, it makes sense.

Regards,

Richard Just Programmer http://sili.co.nz/blog

查看更多
【Aperson】
6楼-- · 2019-01-16 14:35

I use LogParser to generate graphs and look for elements in IIS logs.

查看更多
Fickle 薄情
7楼-- · 2019-01-16 14:39

Wireshark does not do port redirection, but sniffs and interprets a lot of protocols.

查看更多
登录 后发表回答