HTTP 4xx

429 Too Many Requests

The client has sent too many requests in a given amount of time and is being rate limited.

4xx Client errorCommonly seen

What causes it

  • A client, bot, or scraper exceeded a rate limit.

How to fix it

Respect the Retry-After header and back off. If it is your own traffic, raise limits or spread requests out.

Example response

A typical raw HTTP response a client receives for a 429, with the headers this code is defined around.

HTTP/1.1 429 Too Many Requests
Retry-After: 60
Content-Type: text/html; charset=utf-8

Know before your visitors do.

Sentinel checks your site around the clock from multiple regions and alerts you the moment it starts returning a 4xx error, so you can fix it before it costs you.