gpt4 book ai didi

python - pycurl;连接后从代理收到 HTTP 代码 400

转载 作者:行者123 更新时间:2023-12-03 21:31:08 26 4
gpt4 key购买 nike

我正在使用 pycURL 通过 http 代理向 https 站点发出一些请求。

这是我的代码:

import pycurl
buf = cStringIO.StringIO()
c = pycurl.Curl()
c.setopt(c.URL, url) # 'url' is the base url of the form https://www.target.com
c.setopt(c.PROXY, proxy) # 'proxy' has the form 1.2.3.4:8080
c.setopt(c.WRITEFUNCTION, buf.write)
c.perform()

我已经用不同的代理尝试过这段代码。我得到了 Proxy CONNECT abortedReceived HTTP code 400 from proxy after CONNECT .

有什么我想念的吗?我应该改用 https 代理吗?我环顾四周,似乎找不到有关 pycURL 使用的任何帮助或文档。

任何帮助表示赞赏。谢谢!

最佳答案

我有一个和你类似的问题,我的错误日志是:
致命:无法访问' https://github.com/nhn/raphael.git/ ':在 CONNECT 后从代理收到 HTTP 代码 400
所以我用这些通用来解决我的问题,
首先查看您的 git 个人资料

git config --global --edit then to delete config [remote "origin"] proxy = https://github.com/facette/facette.git

关于python - pycurl;连接后从代理收到 HTTP 代码 400,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42098863/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com