All HTTP status codes

HTTP 206 Partial Content

Success

The 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

  1. Nothing to fix on success

  2. If ranges break, confirm Accept-Ranges support and that intermediaries don't strip Range headers

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.