HTTP

416 Range Not Satisfiable

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

Cuándo verás este código

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

Cómo solucionarlo

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

Especificación

Ver RFC / Especificación →

Guías

Glosario