跳转到内容
搜索文档

URL normalization 示例

最后更新 查看 MarkdownAgent 设置

下表显示了不同的 URL 规范化设置 在请求 URL 传递给其他 Cloudflare 功能和源站服务器之前,如何对其产生影响:

传入 URL 规范化类型 规范化传入 URL 规范化 URL 到源站 Cloudflare 网络上的 URL 传递给源站服务器的 URL
www.example.com/hello (任何) www.example.com/hello www.example.com/hello
www.example.com/hello (任何) www.example.com/hello www.example.com/hello
www.example.com/hello (任何) www.example.com/hello www.example.com/hello
example.com/%68ello (任何) example.com/%68ello example.com/%68ello
example.com/%68ello (任何) example.com/hello example.com/%68ello
example.com/%68ello (任何) 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

这篇文档对您有帮助吗?