a free logging proxy anybody (HTTP or TCP)?

Posted by zvolkov on Stack Overflow See other posts from Stack Overflow or by zvolkov
Published on 2010-05-19T15:00:08Z Indexed on 2010/05/19 15:10 UTC
Read the original article Hit count: 265

Filed under:
|
|
|
|

I need to debug a web service. I want to point my client app to the proxy URL and point the proxy to the real service URL and see all requests/responses. I know I could do network sniffing (Wireshark/Ethereal) but isn't there a simple "proxy" app that can do this? I found trivialproxy but the links are broken :(

© Stack Overflow or respective owner

Related posts about web-services

Related posts about debugging