416
⚠️ Client Error RFC 9110, Section 15.5.17

Range Not Satisfiable

The range specified in the Range header field cannot be fulfilled.

Common Use

Invalid byte range request (e.g., requesting bytes 1000-2000 of a 500-byte file). Often includes the actual content size.

API Endpoint

https://codes.uncodigo.com/http/416

Example with curl

curl -i https://codes.uncodigo.com/http/416

Try It

GET /http/416
Click "Send Request" to see the response...

Related Codes