412 Precondition Failed
- Categories :
- Concept
- Tags :
- general_computing_gleanings
- http
- http_status_codes
- 4XX_client_responses
- 4
- Created:
Table of Contents
About
The HTTP 412 Precondition Failed
client error response status code
indicates that access to the target resource was denied; this happens
with conditional requests on methods other than GET or HEAD when the
condition defined by the If-Unmodified-Since or If-Match header is not
fulfilled; in that case, the request (usually an upload or a
modification of a resource) cannot be made and this error response is
sent back1.
Anki
Links
References
MDN. “412 Precondition Failed”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/412. (Accessed: ). ↩︎
Other Articles
- Published:
- API Lifecycle - Management
- Category: Concept
- Published:
- Numerical Analysis
- Category: Concept
- Published:
- Java Database Connectivity (JDBC)
- Category: Concept