lookup> 428

428 ·Precondition Required

The request should be conditional (for example with If-Match) to avoid lost updates.

Client ErrorRFC6585#3
Status428
PhrasePrecondition Required
TypeClient Error
SpecificationRFC6585#3

What does HTTP 428 mean?

The request should be conditional (for example with If-Match) to avoid lost updates.

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

Browse all codes in this class: 4xx Client Error

How to fix HTTP 428

Add If-Match or If-Unmodified-Since with a current ETag to the request.

  • 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

Add If-Match or If-Unmodified-Since with a current ETag to the request.

Server administrators

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

Is HTTP 428 cacheable?

428 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: The request should be conditional (for example with If-Match) to avoid lost updates.

4xx responses

Related status codes

Related headers