Ignore Unsatisfiable Ranges

Category: Caching

Purpose: Defines the response for a request that generates a 416 Requested Range Not Satisfiable status code.

By default, this status code is returned when the specified byte-range request cannot be satisfied by an edge server and an If-Range request header field was not specified.

Enabled Result

Yes

Prevents our edge servers from responding to an invalid byte-range request with a 416 Requested Range Not Satisfiable status code. Instead our servers will deliver the requested asset and return a 200 OK to the client.

No

Restores the default behavior. The default behavior is to honor the 416 Requested Range Not Satisfiable status code.

Default Behavior: Disabled.