Skip to content
Start here

URL Normalization

Get URL Normalization settings
client.urlNormalization.get(URLNormalizationGetParams { zone_id } params, RequestOptionsoptions?): URLNormalizationGetResponse { scope, type }
GET/zones/{zone_id}/url_normalization
Update URL Normalization settings
client.urlNormalization.update(URLNormalizationUpdateParams { zone_id, scope, type } params, RequestOptionsoptions?): URLNormalizationUpdateResponse { scope, type }
PUT/zones/{zone_id}/url_normalization
Delete URL Normalization settings
client.urlNormalization.delete(URLNormalizationDeleteParams { zone_id } params, RequestOptionsoptions?): void
DELETE/zones/{zone_id}/url_normalization
ModelsExpand Collapse
URLNormalizationGetResponse { scope, type }

A result.

scope: "incoming" | "both" | "none"

The scope of the URL normalization.

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

The type of URL normalization performed by Cloudflare.

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

A result.

scope: "incoming" | "both" | "none"

The scope of the URL normalization.

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

The type of URL normalization performed by Cloudflare.

One of the following:
"cloudflare"
"rfc3986"