gpt4 book ai didi

python - 使用 Tornado httpclient 对 Github API 的简单未授权请求返回 Forbidden

转载 作者:塔克拉玛干 更新时间:2023-11-01 19:09:25 32 4
gpt4 key购买 nike

我正在尝试使用 tornado.httpclienthttps://api.github.com 之类的 JSON API 发出 HTTP 请求,我发现它总是响应禁止访问 403。

简化,我使用 CLI 发出请求:


$ python -m tornado.httpclient https://api.github.com

获取 tornado.httpclient.HTTPError: HTTP 403: Forbidden

另一方面,如果我尝试通过浏览器或简单的 $ curl https://api.github.com 请求此 URL,响应为 200 OK 和正确的 JSON 文件。

这是什么原因造成的?我应该在 tornado.httpclient 请求上设置一些特定的 header 吗? curl 请求有什么区别?

最佳答案

你必须在请求中加入用户代理,参见Github API了解更多详情:

All API requests MUST include a valid User-Agent header. Requests with no User-Agent header will be rejected. We request that you use your GitHub username, or the name of your application, for the User-Agent header value. This allows us to contact you if there are problems

关于python - 使用 Tornado httpclient 对 Github API 的简单未授权请求返回 Forbidden,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21703829/

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