All HTTP status codes

HTTP 425 Too Early

Client Error

The 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

  1. Retry after the TLS handshake completes (clients usually do automatically)

  2. Only allow idempotent requests in early data

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.