428
Precondition Required
Client Error
Description
The origin server requires the request to be conditional
Common Usage
Server requires If-Match or similar conditional header
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 428 Precondition RequiredcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 428 Precondition RequiredClient 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