在 WCF Web Api 附带的 HttpClient 上设置代理?
有谁知道在 wcf web api 附带的 httpclient 上设置代理的方法吗?我只是希望能够用 fiddler 监控所有流量。
Does anyone know of a way to set a proxy on httpclient that comes with the wcf web api? I just want to be able to monitor all the traffic with fiddler.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要在 HttpClient 上设置代理即可使用 fiddler。如果您在本地主机上托管,请在此处查看这些提示 http://www. fiddler2.com/fiddler/help/hookup.asp#Q-LocalTraffic。
如果你真的想使用代理那么你可以这样做,
You don't need to set a proxy on HttpClient to use fiddler. If you are hosting on localhost then check these tips here http://www.fiddler2.com/fiddler/help/hookup.asp#Q-LocalTraffic.
if you really want to use a proxy then you can do it like this,