HTTP

429 Too Many Requests

The user has sent too many requests in a given time (rate limiting). The response should include a Retry-After header.

Wenn Sie diesen Code sehen

When hitting API rate limits or making too many requests too quickly.

Wie man es behebt

Check the Retry-After header. Implement exponential backoff. Consider caching responses.

Spezifikation

RFC / Spezifikation anzeigen →

Verwandte Codes

Protokollübergreifende Entsprechungen

Vergleiche

Anleitungen

Glossar