C# 跟踪 https 肥皂请求?
我有一个 C# 应用程序通过 https 通道发送肥皂请求。有什么方法可以添加跟踪以将每个请求转储到日志文件中?我收到错误,所以我不确定我发送的内容是否正确。
I have a C# app that is sending soap requests 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 Fiddler,HTTP 调试代理。
如果您正确启用它,它可以与 SSL 一起使用。
I use Fiddler, the HTTP Debugging proxy.
It works with SSL if you enable it properly.