HTTP

416 Range Not Satisfiable

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

When You See This Code

When requesting a byte range beyond the file's actual size.

How to Fix

Check the Content-Range in the response for the actual file size and adjust your Range header.

Specification

View RFC / Specification →