[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/api/resources/url_normalization [Back]  [Original]

URL Normalization | Cloudflare API Skip to content
logo.DMYpXs3t.svg [logo.DMYpXs3t.svg] Cloudflare API
CtrlK
Start here
Copy Markdown

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"

Web Proxy Viewer  |  New URL  |  Original Page