HTTP Protocols
  • 24 Jun 2024
  • 1 Minute to read
  • PDF

HTTP Protocols

  • PDF

Article summary

Overview

This rule lets you determine which HTTP protocols are available to the client.

This rule may be added to a host, but not to a path.

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 an HTTP Protocols rule:

  1. Navigate to the Select Rule dialog.

  2. In the Select Rule dialog, choose HTTP Protocols.

  3. Select Deny or Allow, and then from the HTTP Protocols dropdown menu, select the protocols you want to Deny or Allow.

    Note: Do not enable https/1.1 unless an SSL certificate is associated with your site.

    HTTPProtocols.png

  4. Choose Add Rule.

SVTA Component: MI.ProtocolACL

When you save the configuration version, the MI.ProtocolACL component is added to the JSON configuration.

In this example, three protocols are enabled:

{
	"generic-metadata-type": "MI.ProtocolACL",
	"generic-metadata-value": {
		"protocol-acl": [
			{
				"action": "allow",
				"protocols": [
					"http/1.1",
					"https/1.1",
					"http/2"
				]
			}
		]
	}
}


FieldValid Values
actionallow, deny
protocolshttp/1.1, https/1.1, http/2

Note: Do not enable https/1.1 unless an SSL certificate is associated with your site.



Was this article helpful?

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.