Path: blob/main/files/en-us/web/http/status/428/index.md
6567 views
------{{HTTPSidebar}}
The HTTP 428 Precondition Required response status code indicates that the server requires the request to be conditional.
Typically, this means that a required precondition header, such as {{HTTPHeader("If-Match")}}, is missing.
When a precondition header is not matching the server side state, the response should be {{HTTPStatus(412)}} Precondition Failed.
Status
Specifications
{{Specifications}}
See also
{{HTTPHeader("If-Match")}}
{{HTTPStatus(412)}}