Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool to monitor HTTP, TCP, etc. Web Service traffic [closed]

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?

like image 243
huseyint Avatar asked Sep 23 '08 09:09

huseyint


2 Answers

For Windows HTTP, you can't beat Fiddler. You can use it as a reverse proxy for port-forwarding on a web server. It doesn't necessarily need IE, either. It can use other clients.

like image 175
Mark Cidade Avatar answered Oct 29 '22 23:10

Mark Cidade


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

like image 39
Vinko Vrsalovic Avatar answered Oct 29 '22 23:10

Vinko Vrsalovic