lookup> 406

406 ·Not Acceptable

No representation of the resource matches the Accept headers sent by the client.

Client ErrorRFC7231#6.5.6
Status406
PhraseNot Acceptable
TypeClient Error
SpecificationRFC7231#6.5.6

What does HTTP 406 mean?

No representation of the resource matches the Accept headers sent by the client.

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

Browse all codes in this class: 4xx Client Error

How to fix HTTP 406

Adjust the Accept header to a supported content type, or make the server honor it.

  • 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

Adjust the Accept header to a supported content type, or make the server honor it.

Server administrators

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

Is HTTP 406 cacheable?

406 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: No representation of the resource matches the Accept headers sent by the client.

4xx responses

Related status codes

Related headers