- 24 Jun 2024
- 1 Minute to read
- Print
- PDF
HTTP Protocols
- Updated on 24 Jun 2024
- 1 Minute to read
- Print
- PDF
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:
In the Select Rule dialog, choose HTTP Protocols.
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.
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"
]
}
]
}
}
Field | Valid Values |
---|---|
action | allow, deny |
protocols | http/1.1, https/1.1, http/2 |
Note: Do not enable https/1.1 unless an SSL certificate is associated with your site.