416
Range Not Satisfiable
Client Error
Description
The client has asked for a portion of the file, but the server cannot supply that portion
Common Usage
Invalid Range header in request
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 416 Range Not SatisfiablecURL Example
curl -I https://example.com
# Returns: HTTP/1.1 416 Range Not SatisfiableClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category