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
Another suggestion. Implement your own web proxy, and set your request to use it with WebRequest.Proxy. Then you should be able to extract the traffic from the proxy instance.
Edit: update for links.