Path: blob/main/files/en-us/web/http/status/429/index.md
6552 views
------{{HTTPSidebar}}
The HTTP 429 Too Many Requests response status code indicates the user has sent too many requests in a given amount of time ("rate limiting").
A {{HTTPHeader("Retry-After")}} header might be included to this response indicating how long to wait before making a new request.
Status
Example
Specifications
{{Specifications}}
See also
{{HTTPHeader("Retry-After")}}
Python solution: How to avoid HTTP error 429 python