keecode logokeecode
425

Too Early

Client Error

Description

The server is unwilling to risk processing a request that might be replayed

Common Usage

Used to prevent replay attacks during TLS early data

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 425 Too Early

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 425 Too Early