{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"206 Partial Content","item":"https://www.devtools.tools/http-status/206"}]}All HTTP status codes
HTTP 206 Partial Content
SuccessThe server is delivering only the byte range requested via the Range header. The backbone of video streaming, download resumption and large-file delivery.
Defined in RFC 9110
Common causes
- Client sent a Range header (media players, download managers)
How to fix it
Nothing to fix on success
If ranges break, confirm Accept-Ranges support and that intermediaries don't strip Range headers
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.