All HTTP status codes
HTTP 425 Too Early
Client ErrorThe server refuses to process a request sent in TLS early data (0-RTT) because it might be replayed.
Defined in RFC 8470
Common causes
- TLS 1.3 0-RTT requests to replay-sensitive endpoints
How to fix it
Retry after the TLS handshake completes (clients usually do automatically)
Only allow idempotent requests in early data
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.