HTTP status codes / 2xx — Success
206 Partial Content
What it means
The server is returning only the byte range the client asked for via the Range header. How video streaming and download resumption work.
What causes it
A media player or download manager requested a slice of the file.
How to fix it
If ranges fail (player refuses to seek), the server or CDN is not sending Accept-Ranges — enable range request support.