keecode logokeecode
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 Satisfiable

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 416 Range Not Satisfiable