Skip to main content
CalcHive

HTTP 416 Range Not Satisfiable

Client Error

The server cannot serve the requested byte range. The Range header value is outside the size of the resource.

Common Causes

  • Requesting bytes beyond the end of a file
  • Invalid Range header format
  • File size changed between range requests

How to Fix

  • Check the Content-Length of the resource first
  • Adjust the Range header to valid byte positions
  • Re-request without a Range header

Related Status Codes

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference