[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/HTTP/Reference/Headers/Content-Range [Back]  [Original]

Content-Range - HTTP | MDN

MDN Web Docs

View in English Always switch to English

Content-Range

Baseline

20157

HTTP Content-Range

206 Partial Content 416 Range Not Satisfiable

,
CORS

http
Content-Range: <unit> <range>/<size>
Content-Range: <unit> <range>/*
Content-Range: <unit> */<size>

<unit>

bytes

<range>

<range-start>-<range-end> <range-start> <range-end> <unit> 0 * 416 Range Not Satisfiable

<size>

*

206 Partial Content Content-Range 146515 1024

http
HTTP/2 206
content-type: image/jpeg
content-length: 1024
content-range: bytes 0-1023/146515



416 Range Not Satisfiable Content-Range *

http
HTTP/2 416

Content-Range: bytes */67589

HTTP Semantics
# field.content-range


Web Proxy Viewer  |  New URL  |  Original Page