Eclipse TCP / IP Standalone Alternative Monitor

I love the Eclipse TCP / IP Monitor plugin, it shows the complete header and body for the request and response.

I will have such a tool that will work autonomously. Can anyone suggest me one?

I tried Charles Web Monitor, but it was designed for browsers only. I cannot configure it for Java clients and for local servers that are being accessed externally.

It should work like a proxy. I have set one port for each destination that I want to monitor. It receives an HTTP request on that port and forwards it unchanged to its destination, logging the message data.

+3


source to share


1 answer


Apache TCPMon has really helped me over the years.

There are a number of other tools called "tcpmon": http://code.google.com/p/tcpmon/ , http://java.net/projects/tcpmon



I have also used Paros several times and loved it. For a comparison of various HTTP proxies written in Java see here: http://proxies.xhaus.com/java/

+5


source







All Articles