You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/rules/normalization/settings.mdx
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,33 @@ sidebar:
8
8
9
9
The Cloudflare dashboard provides the following settings to manage URL normalization:
10
10
11
-
-**Normalization type** (default: _RFC-3986_)
11
+
## Normalization type
12
12
13
-
- Selects the type of normalization to perform:
13
+
Default value: _RFC-3986_
14
14
15
-
-_RFC-3986_ – Applies URL normalization strictly according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986).
15
+
Selects the type of normalization to perform:
16
16
17
-
-_Cloudflare_ – In addition to what is defined in RFC 3986, applies [extra URL normalization techniques](/rules/normalization/how-it-works/#cloudflare-normalization).
17
+
-_RFC-3986_ – Applies URL normalization strictly according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986).
18
+
-_Cloudflare_ – In addition to what is defined in RFC 3986, applies [extra URL normalization techniques](/rules/normalization/how-it-works/#cloudflare-normalization).
18
19
19
-
-**Normalize incoming URLs** (default: _On_)
20
+
## Normalize incoming URLs
20
21
21
-
- Configures the URLs of all incoming traffic to Cloudflare:
22
+
Default value: _On_
22
23
23
-
- When enabled, all incoming URLs are normalized before they pass to subsequent Cloudflare features that can receive a URL as input, such as Page Rules, WAF custom rules, Workers, and Access.
24
-
- When disabled, incoming URLs are not normalized before passing to subsequent Cloudflare features.
24
+
Configures the URLs of all incoming traffic to Cloudflare:
25
25
26
-
-**Normalize URLs to origin** (default: _Off_)
26
+
- When enabled, all incoming URLs are normalized before they pass to subsequent Cloudflare features that can receive a URL as input, such as Page Rules, WAF custom rules, Workers, and Access.
27
+
- When disabled, incoming URLs are not normalized before passing to subsequent Cloudflare features.
27
28
28
-
- Configures URLs sent to the origin:
29
+
## Normalize URLs to origin
29
30
30
-
- When enabled, requests sent to the origin are normalized.
31
-
- When disabled, requests sent to the origin are not modified.
31
+
Default value: _Off_
32
32
33
-
- You can only view and enable this option when **Normalize incoming URLs** is enabled.
33
+
Configures URLs sent to the origin:
34
+
35
+
- When enabled, requests sent to the origin are normalized.
36
+
- When disabled, requests sent to the origin are not modified.
37
+
38
+
You can only view and enable this option when **Normalize incoming URLs** is enabled.
34
39
35
40
For examples of how these settings affect URL normalization, refer to the [URL normalization examples](/rules/normalization/examples/).
0 commit comments