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 System.Net tracing mechanism to see the raw HTTP requests sent on the wire. You can also add your own tracelistener to the process.