All HTTP Status Codes
206

Partial Content

2xx Success

What It Means

The server is delivering only part of the resource due to a Range header sent by the client.

When You'll See It

Used for resumable downloads and video streaming with byte-range requests.

Related Status Codes

Frequently Asked Questions

What does HTTP 206 mean?

HTTP 206 Partial Content means: The server is delivering only part of the resource due to a Range header sent by the client.

When does a server return 206?

Used for resumable downloads and video streaming with byte-range requests.

Is 206 a client error or server error?

HTTP 206 is a Success (2xx) response. This is a success response, meaning the request was received, understood, and accepted.

Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.