429 Too Many Requests
- Categories :
- Concept
- Tags :
- general_computing_gleanings
- http_status_codes
- 4XX_client_error_responses
- 4
- Created:
Table of Contents
About
The HTTP 429 Too Many Requests
client error response status code
indicates the client has stent too many requests in a given amount of
time; this mechanism of asking the client to show down the rate of
requests is commonly called “rate-limiting”1.
Usages
- A Retry-After header may be included to this response to indicate how long a client should wait before making the request again
- Rate limiting implementations vary; restrictions may be server-wide or per resource; typically, rate-limiting restrictions are based on a client’s IP but can be specific to users or authorised applications if requests are authenticated or contain a cookie
Anki
Links
References
MDN. “429 Too Many Requests”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/429. (Accessed: ). ↩︎
Related Posts
- Published:
- Graphical User Interfaces (GUIs)
- Category: Concept
- Published:
- Hypertext Transfer Protocol Secure (HTTPS)
- Category: Concept