URI 是否包含协议?

发布于 2024-10-27 14:13:27 字数 241 浏览 1 评论 0原文

请问这个URL的URI,例如 http://news.bbc.co.uk/sport 在前面包含 http://,使 URI http://news.bbc.co.uk

或者,URI 只是 news.bbc.co.uk 吗?

Will the URI of this URL, for example
http://news.bbc.co.uk/sport
include http:// at the front, making the URI http://news.bbc.co.uk ?

Or, is the URI just news.bbc.co.uk ?

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

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

发布评论

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

评论(2

忆悲凉 2024-11-03 14:13:27

符合 RFC 3986 的 URI 具有以下语法:

URI = 方案 ":" hier-part [ "?"查询] [“#”片段]

所以,是的,方案 http 以及分隔 :hier-part// 前缀> 是 URI 的一部分。 news.bbc.co.uk 只是 主机

A URI per RFC 3986 has the grammar:

URI         = scheme ":" hier-part [ "?" query ] [ "#" fragment ]

So, yes, the scheme http as well as the separating : and the // prefix of the hier-part are part of the URI. news.bbc.co.uk is only the host.

终止放荡 2024-11-03 14:13:27

URI 方案(http、ftp、文件等)是乌里。

The URI Scheme (http, ftp, file et.c.) is part of the uri.

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