HTTP 2xx

206 Partial Content

The server is delivering only part of the resource, in response to a Range request.

2xx Success

What causes it

  • A client requested a byte range, common for video streaming and resumable downloads.

How to fix it

Expected for range requests. No action needed.

Example response

A typical raw HTTP response a client receives for a 206, with the headers this code is defined around.

HTTP/1.1 206 Partial Content
Accept-Ranges: bytes
Content-Range: bytes 0-1023/146515
Content-Type: text/html; charset=utf-8

Know before your visitors do.

Sentinel checks your site around the clock from multiple regions and alerts you the moment it starts returning a 2xx error, so you can fix it before it costs you.