例
以下の表は、異なる URL 正規化設定 がリクエスト URL にどのように影響するかを示しています。これらは他の Cloudflare 機能やオリジンサーバーに渡る前のものです。
| 受信 URL | 正規化タイプ | 受信 URL を正規化 | オリジンへの URL を正規化 | Cloudflare のネットワーク上の URL | オリジンサーバーに渡された URL |
|---|---|---|---|---|---|
www.example.com/hello | (any) | オフ | オフ | www.example.com/hello | www.example.com/hello |
www.example.com/hello | (any) | オン | オフ | www.example.com/hello | www.example.com/hello |
www.example.com/hello | (any) | オン | オン | www.example.com/hello | www.example.com/hello |
example.com/%68ello | (any) | オフ | オフ | example.com/%68ello | example.com/%68ello |
example.com/%68ello | (any) | オン | オフ | example.com/hello | example.com/%68ello |
example.com/%68ello | (any) | オン | オン | example.com/hello | example.com/hello |
example.com/%68ello//pa\th | RFC-3986 | オフ | オフ | example.com/%68ello//pa\th | example.com/%68ello//pa\th |
example.com/%68ello//pa\th | RFC-3986 | オン | オフ | example.com/hello//pa%5Cth | example.com/%68ello//pa\th |
example.com/%68ello//pa\th | RFC-3986 | オン | オン | example.com/hello//pa%5Cth | example.com/hello//pa%5Cth |
example.com/%68ello//pa\th | Cloudflare | オフ | オフ | example.com/%68ello//pa\th | example.com/%68ello//pa\th |
example.com/%68ello//pa\th | Cloudflare | オン | オフ | example.com/hello/pa/th | example.com/%68ello//pa\th |
example.com/%68ello//pa\th | Cloudflare | オン | オン | example.com/hello/pa/th | example.com/hello/pa/th |
example.com/hello//../path | RFC-3986 | オン | オン | example.com/hello/path | example.com/hello/path |
example.com/hello//../path | Cloudflare | オン | オン | example.com/path | example.com/path |
example.com/hello/\../path | RFC-3986 | オン | オン | example.com/hello/%5C../path | example.com/hello/%5C../path |
example.com/hello/\../path | Cloudflare | オン | オン | example.com/path | example.com/path |