206 Partial Content
206 Partial Content
The HTTP 206 Partial Content
success status response code indicates that the request has succeeded and the body contains the requested ranges of data, as described in the Range
header of the request.
If there is only one range, the Content-Type
of the whole response is set to the type of the document, and a Content-Range
is provided.
If several ranges are sent back, the Content-Type
is set to multipart/byteranges
and each fragment covers one range, with Content-Range
and Content-Type
describing it.
Examples
A response containing one single range:
HTTP/1.1 206 Partial Content
# 26012 bytes of partial image data…
A response containing several ranges:
HTTP/1.1 206 Partial Content
--String_separator
# the first range
--String_separator
# the second range
--String_separator--
Specifications
Browser compatibility
|
Desktop |
Mobile |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
WebView Android |
Chrome Android |
Firefox for Android |
Opera Android |
Safari on IOS |
Samsung Internet |
206 |
Yes
|
12
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|