Перевод не завершен. Пожалуйста, помогите перевести эту статью с английского.
Код ошибки HTTP 416 Range Not Satisfiable указывает, что сервер не может обслуживать запрошенные диапазоны. Наиболее вероятная причина заключается в том, что документ не содержит таких диапазонов или что значение Range, хотя и синтаксически корректно, не имеет смысла.
Ответное сообщение 416 содержит Content-Range, указывающий на неудовлетворенный диапазон (это '*'), за которым следуют '/' и текущий ресурс. E.g. Content-Range: */12777
Faced with this error, browsers usually either abort the operation (for example, a download will be considered as non-resumable) or ask for the whole document again.
Статус
416 Range Not Satisfiable
Спецификации
| Специфик��ция | Название |
|---|---|
| RFC 7233, секция 4.4: 416 Request Not Satisfiable | Hypertext Transfer Protocol (HTTP/1.1): Range Requests |
Совместимость с браузером
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
No compatibility data found. Please contribute data for "http/status" (depth: 416) to the MDN compatibility data repository.
Смотрите также
206Partial ContentContent-RangeRange

