I know you are all going to answer \"use a debugging proxy server like Fiddler\" but it\'s not that simple.
Here\'s my situation: I have some code that runs on a ser
You can use a network traffic sniffer like wireshark.
This is not a debugging proxy, but will sniff all traffic and let you see the raw requests/responses.