Partial body returned due to range request
Section: HTTP 2xx Success Status Codes
HTTP 206 Partial Content
text
text
curl -i -H 'Range: bytes=0-1023' https://example.com/video.mp4Explanation
Used with `Range` requests for resumable downloads and media seeking.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP 2xx Success Status Codes