使用代理时监控 httpwebrequest 流量?
我有一个程序,它使用 httpwebrequest 在我公司的网站上自动执行一些操作。当在家不使用代理时,该程序可以完美运行,但在工作中我需要使用代理,但问题是当我使用代理时,我会得到意想不到的结果。使用代理时是否可以使用 Fiddler 监视 httpwebrequest 的流量,以便我可以找到获得意外结果的原因?
问候!
I have a program which uses httpwebrequest to automate a few things on my company's web site. The program works perfectly when not using proxies at home, but at work I need to use proxies but the problem is when I use a proxy I get unexpected results. Is there anyway to monitor httpwebrequest's traffic with Fiddler when using a proxy so I can find what is the reason for getting unexpected results?
Regards!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 http://www.charlesproxy.com/ 进行 HTTP(S) 调试。
I recommend http://www.charlesproxy.com/ for HTTP(S) debugging.