Conditional request condition not met
Section: Codes 410-421
HTTP 412 Precondition Failed
text
text
curl -i -X PUT https://example.com/item/1 -H 'If-Match: "wrong"' -d '{"a":1}'Explanation
Often used with `If-Match`, `If-Unmodified-Since`, or similar headers.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Codes 410-421