Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
A potential way around the 429 issue? #23758
Comments
|
I understand, this repo is flooded with these requests. However, I thought I'd share a possible solution. You'll never get a way to reproduce, because this issue is regional. |
|
|
I ran into this issue with another script I was writing (not public, yet).
I discovered that I would get 429 when I do a naked GET request. However, the browser worked fine. After investigation, I discovered my script worked fine if I used the same headers that the Chrome Dev Tool was using. It turns out, it was the
cookieheader.In my tool, I'm going to have a command that allows you to set what the headers will be for all requests.
The tool will then store this value in the user's home directory and use it for every network request.