Success

206 206 Partial Content

The server is sending only part of the file because the client asked for a byte range. Video players and download managers rely on this to seek and resume.

Common causes

  • Normal for media streaming and resumable downloads.

How to fix it

  • If video seeking is broken on your site, check that your server supports range requests — some PHP-driven file handlers do not.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website