429

HTTP 429 Too Many Requests

4xx Client Error

  1. Home
  2. > HTTP Status Codes >
  3. > 4xx >
  4. 429
4xx Client Error RFC 6585, Section 4

What is HTTP 429 Too Many Requests?

The 429 (Too Many Requests) status code indicates that the user has sent too many requests in a given amount of time. The response should include a Retry-After header indicating how long the client should wait before making a new request. This is the standard response for API rate limiting.

Common Use Cases

  • API rate limiting
  • Login attempt throttling
  • DDoS protection
  • Web scraping prevention
Help2Code Logo
Menu