C# trace https soap requests?
I have a C# app that is sending soap request开发者_运维问答s over an https channel. Is there any way I can add tracing to just dump every request into a log file? I am getting an error, so im not sure if what I am sending is proper.
I use Fiddler, the HTTP Debugging proxy.
It works with SSL if you enable it properly.
精彩评论