Timeline for How to avoid HTTP error 429 (Too Many Requests) python
Current License: CC BY-SA 3.0
Post Revisions
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 7, 2025 at 20:47 | answer | added | DmitriBolt | timeline score: 0 | |
| Nov 22, 2020 at 1:42 | answer | added | yeah22 | timeline score: 2 | |
| Nov 7, 2020 at 12:03 | answer | added | Juan Luis Ruiz-tagle | timeline score: 4 | |
| Sep 1, 2020 at 8:58 | answer | added | davidbrown | timeline score: 37 | |
| Aug 3, 2019 at 2:07 | history | protected | CommunityBot | ||
| Sep 28, 2018 at 8:40 | history | edited | sideshowbarker |
edited tags
|
|
| May 11, 2018 at 14:26 | answer | added | psaniko | timeline score: 56 | |
| Nov 3, 2016 at 4:14 | answer | added | tadm123 | timeline score: 75 | |
| S Oct 13, 2016 at 10:49 | history | edited | Kroltan | CC BY-SA 3.0 |
corrected spelling
|
| S Oct 13, 2016 at 10:49 | history | suggested | David Andrei Ned | CC BY-SA 3.0 |
corrected spelling
|
| Oct 13, 2016 at 10:13 | review | Suggested edits | |||
| S Oct 13, 2016 at 10:49 | |||||
| Apr 29, 2014 at 14:14 | answer | added | MRA | timeline score: 244 | |
| Apr 1, 2014 at 20:27 | comment | added | Torxed | stackoverflow.com/questions/15648272/… | |
| Apr 1, 2014 at 13:50 | history | edited | Aous1000 | CC BY-SA 3.0 |
deleted 44 characters in body
|
| Apr 1, 2014 at 13:08 | answer | added | Gaurav Agarwal | timeline score: 7 | |
| Apr 1, 2014 at 12:45 | comment | added | Torxed |
There's no way around it, this is an enforcement on the server-side keeping track of how many requests /time-unit you make. If you exceed this unit you'll be temporarily blocked. Some servers send this information in the header, but those occasions are rare. Check the headers recieved from the server, use the information available.. If not, check how fast you can hammer without getting caught and use a sleep.
|
|
| Apr 1, 2014 at 12:35 | history | asked | Aous1000 | CC BY-SA 3.0 |