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 ContentcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 206 Partial ContentSuccess Response
This is a success response indicating the action was successfully received, understood, and accepted.
Related Success Codes
Other codes in the same category