Skip to content
Start here

URL Normalization

Get URL Normalization settings
GET/zones/{zone_id}/url_normalization
Update URL Normalization settings
PUT/zones/{zone_id}/url_normalization
Delete URL Normalization settings
DELETE/zones/{zone_id}/url_normalization
ModelsExpand Collapse
URLNormalizationGetResponse = object { scope, type }

A result.

scope: "incoming" or "both" or "none"

The scope of the URL normalization.

One of the following:
"incoming"
"both"
"none"
type: "cloudflare" or "rfc3986"

The type of URL normalization performed by Cloudflare.

One of the following:
"cloudflare"
"rfc3986"
URLNormalizationUpdateResponse = object { scope, type }

A result.

scope: "incoming" or "both" or "none"

The scope of the URL normalization.

One of the following:
"incoming"
"both"
"none"
type: "cloudflare" or "rfc3986"

The type of URL normalization performed by Cloudflare.

One of the following:
"cloudflare"
"rfc3986"