C# Proxy request.GetResponse()报错 需要代理身份验证,请问要怎么写验证

问题描述

C# Proxy request.GetResponse()报错 需要代理身份验证,请问要怎么写验证
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(strUrl);
response = request.GetResponse();
stream = response.GetResponseStream();
if (!response.ContentType.ToLower().StartsWith("text/"))
    value = SaveBinaryFile(response, path);

到response = request.GetResponse(); 的时候报错:System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.

strURL = http://ac-ay44yffl.clouddn.com/lGVSCnNtEVQLsDRDuswd6JEFEJ32xn99TV8XinYY.jpeg

要在response 前面添加代理吗? 要怎么写呢 ?

解决方案

在配置文件里加上这个、""
""
""
""

解决方案二:

时间: 2024-10-27 21:58:27

C# Proxy request.GetResponse()报错 需要代理身份验证,请问要怎么写验证的相关文章

(HttpWebResponse)request.GetResponse()报错,必须先将 ContentLength 字节写入请求流,再调用...

问题描述 try{HttpWebRequestrequest=(HttpWebRequest)WebRequest.Create("https://honors.libraries.psu.edu/browse/author/all/");request.CookieContainer=newCookieContainer();CookieContainercookie=request.CookieContainer;//如果用不到Cookie,删去即可//以下是发送的http头,随便

requests-在python idle下导入request模块报错

问题描述 在python idle下导入request模块报错 在命令提示符窗口可以正常使用 在idle中调用就这样报错 解决方案 你这个包有没有安装到python的库中,然后包的名字对吗

soap-Axis调用ws报错:Bad envelope tag: html,请问怎么解决,谢谢

问题描述 Axis调用ws报错:Bad envelope tag: html,请问怎么解决,谢谢 AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: org.xml.sax.SAXException: Bad envelope tag: html faultActor: faultNode: faultDetail: {htt

spring-这段代码报错 cannot be cast to com.iflve.domain.Employee

问题描述 这段代码报错 cannot be cast to com.iflve.domain.Employee public Employee checkEmployee(Employee emp) { String sql = "select * from employee where name=? and pwd=?" ; List<Employee> list = sessionFactory.getCurrentSession().createSQLQuery(sq

图-asp.net使用chart控件发布后页面报错

问题描述 asp.net使用chart控件发布后页面报错 页面错误提示如下图所示 请问各位有没有什么解决方法

run spy first-kerberos 报错 Run spy First

问题描述 kerberos 报错 Run spy First 大家新年快乐~ 第一次用 kerberos v1.13,点击"浏览"找到 Winrar.exe 位置后,单击"inject"没事 发生,在Winrar的目录也找不到 .rep 文件,单击kerberos界面 .rep 路径后面的箭头时 ,报错"Run spy First",请问各位这是怎么回事?? 解决方案 http://joshuasabrina.iteye.com/blog/189

ECTouch微商城安装是报错提示“文件不可写入”

问题描述 ECTouch微商城安装是报错提示"文件不可写入" 提示文件不可写 文件权限全部更改了,还是不行~~ 求帮忙看下

easyui-struts2+spring+mybatis框架。 进入一个页面时,同时访问三个url会报错。

问题描述 struts2+spring+mybatis框架. 进入一个页面时,同时访问三个url会报错. 解决方案 这个应该是mybatis查询出错吧. 参数集合里面已经包含了count参数? 解决方案二: 这个是sql语句写错了,你把报错中的sql语句粘出来放数据库执行一下看看会不会报错 解决方案三: 你在controller重新写两个方法针对你上面的请求,你在页面刷新之前同时对page.action进行了访问,还传入了不同的查询条件和参数导致的.注意一下的onBeforeLoad:

java script-Java script 编译报错

问题描述 Java script 编译报错 各位大神,有没有人遇到这样的问题:我的代码在网上的在线编译工具运行的很好,可是相同的代码粘贴到我的Vistual Studio2010中,系统就显示第一行<!DOCTYPE html 处报错:unexcepted token '<',请问这是什么问题啊??我百思不得其解 解决方案 vs不支持对js的编辑吧,可以用其他文本编辑工具如edit plus.