keecode logokeecode
206

Partial Content

Success

Description

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

Common Usage

Used for resumable downloads and video streaming

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 206 Partial Content

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 206 Partial Content