Client Byte Range Request
  • 25 Jun 2024
  • 1 Minute to read
  • PDF

Client Byte Range Request

  • PDF

Article summary

Overview

The Client Byte Range Request rule allows for enabling or disabling client byte range requests for a particular host or path. Range request support is enabled by default. When Client Byte Range Request is disabled, the “Content-Range” header in client requests to the CDN is ignored and the complete file is delivered to the client.

Configure the Rule

Here, we'll describe how to configure the rule with the Delivery Service Management UI.

API Users may choose to build the site configuration offline.

To configure a Byte Range Request rule:

  1. Navigate to the Select Rule dialog.

  2. In the Select Rule dialog, choose Client Byte Range Request.

  3. Toggle Client Byte Range Requests on or off.

    clientByteRangeRequests2.png

  4. Choose Add Rule.

SVTA Component: QW.HttpRangeRequests

When you save the configuration version, the QW.HttpRangeRequests component is added to the JSON configuration.

This is a private feature developed by Qwilt. In the JSON format, private features are nested within the MI.PrivateFeaturesList object, in the "generic-metadata-value" "features" field.

In this example, the QW.HttpRangeRequests SVTA component is configured to disable Client Byte Range Requests.

{
	"generic-metadata-type": "MI.PrivateFeatureList",
	"generic-metadata-value": {
		"features": [
			{
				"feature-oid": "Qwilt",
				"feature-type": "QW.HttpRangeRequests",
				"feature-value": {
					"enable": false
				}
			}
		]
	}
}


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.