尝试过使用代理软件和使用IE代理,但都不成功,最终使用配置的方式
第一在HttpWebRequest 中设置Proxy 属性为 DefaultWebProxy,或者不设置。
第二在web.config 中的 configuration 根节点增加 ,可以在bypasslist中增加不走代理的正则
<system.net>
<defaultProxy enabled="True" useDefaultCredentials="True">
<proxy proxyaddress="http://172.16.100.187:8888"
bypassonlocal="True" />
<bypasslist>
<add address="[a-z]*[\.]*baidu\.com" />
<add address="192\.168\.\d{1,3}\.\d{1,3}" />
<add address="172\.16\.\d{1,3}\.\d{1,3}" />
</bypasslist>
</defaultProxy>
</system.net>
————————————————
本文链接:https://www.kinber.cn/post/1770.html 转载需授权!
推荐本站淘宝优惠价购买喜欢的宝贝: