次の表は、URL 正規化の設定 によって、ほかの Cloudflare 機能とオリジンサーバーへ渡る前のリクエスト URL がどう変わるかを示します。
| 受信 URL | 正規化の種類 | 受信 URL を正規化する | オリジン向け URL を正規化する | Cloudflare ネットワーク上の URL | オリジンサーバーへ渡す URL |
|---|---|---|---|---|---|
www.example.com/hello |
(いずれか) | Off | Off | www.example.com/hello |
www.example.com/hello |
www.example.com/hello |
(いずれか) | On | Off | www.example.com/hello |
www.example.com/hello |
www.example.com/hello |
(いずれか) | On | On | www.example.com/hello |
www.example.com/hello |
example.com/%68ello |
(いずれか) | Off | Off | example.com/%68ello |
example.com/%68ello |
example.com/%68ello |
(いずれか) | On | Off | example.com/hello |
example.com/%68ello |
example.com/%68ello |
(いずれか) | On | On | example.com/hello |
example.com/hello |
example.com/%68ello//pa\th |
RFC-3986 | Off | Off | example.com/%68ello//pa\th |
example.com/%68ello//pa\th |
example.com/%68ello//pa\th |
RFC-3986 | On | Off | example.com/hello//pa%5Cth |
example.com/%68ello//pa\th |
example.com/%68ello//pa\th |
RFC-3986 | On | On | example.com/hello//pa%5Cth |
example.com/hello//pa%5Cth |
example.com/%68ello//pa\th |
Cloudflare | Off | Off | example.com/%68ello//pa\th |
example.com/%68ello//pa\th |
example.com/%68ello//pa\th |
Cloudflare | On | Off | example.com/hello/pa/th |
example.com/%68ello//pa\th |
example.com/%68ello//pa\th |
Cloudflare | On | On | example.com/hello/pa/th |
example.com/hello/pa/th |
example.com/hello//../path |
RFC-3986 | On | On | example.com/hello/path |
example.com/hello/path |
example.com/hello//../path |
Cloudflare | On | On | example.com/path |
example.com/path |
example.com/hello/\../path |
RFC-3986 | On | On | example.com/hello/%5C../path |
example.com/hello/%5C../path |
example.com/hello/\../path |
Cloudflare | On | On | example.com/path |
example.com/path |