lookup> 416

416 ·Range Not Satisfiable

The Range header cannot be satisfied; the response should include a Content-Range header.

Client ErrorRFC7233#4.4
Status416
PhraseRange Not Satisfiable
TypeClient Error
SpecificationRFC7233#4.4

What does HTTP 416 mean?

The Range header cannot be satisfied; the response should include a Content-Range header.

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

Browse all codes in this class: 4xx Client Error

How to fix HTTP 416

Request a valid byte range within the actual resource size.

  • 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

Request a valid byte range within the actual resource size.

Server administrators

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

Is HTTP 416 cacheable?

416 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 Range header cannot be satisfied; the response should include a Content-Range header.

4xx responses

Related status codes

Related headers