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 EarlycURL Example
curl -I https://example.com
# Returns: HTTP/1.1 425 Too EarlyClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category