Back to Content

425 Too Early

files/en-us/web/http/reference/status/425/index.md

latest986 B
Original Source

The HTTP 425 Too Early client error response status code indicates that the server was unwilling to risk processing a request that might be replayed to avoid potential replay attacks.

If a client has interacted with a server recently, early data (also known as zero round-trip time (0-RTT) data) allows the client to send data to a server in the first round trip of a connection, without waiting for the TLS handshake to complete. A client that sends a request in early data does not need to include the Early-Data header. See {{HTTPHeader("Early-Data")}} for more information.

Status

http
425 Too Early

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also