对于诸如 http://example.com/script?foo=bar 这样的 URL,正确的术语是什么?

发布于 2024-08-21 22:26:13 字数 109 浏览 3 评论 0原文

我需要参考诸如我的论文标题中提到的 URL,但我不确定技术术语是什么(或者是否存在)。

我特别感兴趣的是 foo=bar 部分,因为我用它来指示可能存在目录遍历漏洞。

谢谢

I need to refer to URLs such as the one mentioned in the title for my dissertation and I'm not sure what the technical term is (or if one exists).

It's the foo=bar part that I'm particularly interested in as I use it as an indication that a directory traversal vulnerability may be present.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

木落 2024-08-28 22:26:14

该段是查询字符串。总的来说,它只是一个 HTTP URI。

That segment is the query string. As a whole it is just an HTTP URI.

青衫负雪 2024-08-28 22:26:14

查询字符串中带有 x=y 参数的 URL 通常称为参数化 URL

A URL with x=y parameters in the querystring is commonly called a parameterized URL.

‘画卷フ 2024-08-28 22:26:13

它称为 querystring

Its called the querystring

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文