keecode logokeecode
412

Precondition Failed

Client Error

Description

The server does not meet one of the preconditions in the request headers

Common Usage

Used with If-Match, If-None-Match conditional headers

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 412 Precondition Failed

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 412 Precondition Failed