Is there a way to increase the API Rate limit or to bypass it altogether for GitHub?

后端 未结 5 861
礼貌的吻别
礼貌的吻别 2021-02-01 18:55

I am developing a web application which needs to send a lot of HTTP requests to GitHub. After n number of successful requests, I get HTTP 403: Forbidden with the me

5条回答
  •  星月不相逢
    2021-02-01 19:47

    Solution: Add authentication details or the client ID and secret (generated when you register your application on GitHub).

    Found details here and here

    "If you need to make unauthenticated calls but need to use a higher rate limit associated with your OAuth application, you can send over your client ID and secret in the query string"

提交回复
热议问题