lookup> 412

412 ·Precondition Failed

One or more If-* preconditions evaluated to false, so the request was not processed.

Client ErrorRFC7232#4.2
Status412
PhrasePrecondition Failed
TypeClient Error
SpecificationRFC7232#4.2

What does HTTP 412 mean?

One or more If-* preconditions evaluated to false, so the request was not processed.

It belongs to the 4xx Client Error class of responses, defined in RFC7232#4.2.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 412

Refresh the resource and retry with current ETag/date preconditions.

  • The request or resource does not meet requirements
  • Client-side validation or routing problem

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Refresh the resource and retry with current ETag/date preconditions.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 412 cacheable?

412 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: One or more If-* preconditions evaluated to false, so the request was not processed.

4xx responses

Related status codes

Related headers