运行response语句时,报requests.exceptions.ProxyError

来源:互联网 发布:九次方大数据公司老板 编辑:程序博客网 时间:2024/05/19 04:54
URL = "https://dsylogin.10333.com/dotoyo/register/goDsySubsystem.do?username=13700000000&sysType=1"
header = {"Accept":"application/json",
"Content-Type":"application/json;charset=utf-8",
"Accept-Language": "zh-cn,zh;q=0.5",
}
param = {}
response = requests.request('GET',URL,headers = header,params = param)

解决办法:关闭fiddle即可解决

阅读全文
0 0