具有两个前导斜杠且没有架构的URL

时间:2011-05-14 07:39:11

标签: html

有时我看到没有架构的脚本src或图像src,只有两个前导斜杠//

来自http://www.performable.com/主页

<script src="//d2f7h8c8hc0u7y.cloudfront.net/performable/pax/8uEvsz.js"></script>

http://www.hellobar.com/主页 - 及其集成代码

<script type="text/javascript" src="//www.hellobar.com/hellobar.js"></script>

我已在我的网站上集成了两个,并在apache日志中查看类似于

的错误
www.mysite.com//www.hellobar.com/hellobar.js not found

然而,它们很少见 - 不到1%。

我认为双重前导斜杠是http \ https的替代品,此类链接将使用当前页面模式。有人可以证实吗?

此外,哪些浏览器支持该网址并存在问题?

1 个答案:

答案 0 :(得分:2)

这里已多次讨论过这个问题。是的,它是安全的,是的,所有浏览器都支持这一点。