为什么 Windows Live Spaces 通过 HTTPS 获取图像?

发布于 2024-07-27 22:26:53 字数 190 浏览 3 评论 0原文

我碰巧发现,当加载实时空间页面时,内联图像是通过 https 协议而不是 http 协议获取的。

这没有道理。 直播空间的文字部分不是用https获取的,为什么图片是用https获取的? 我敢打赌,使用 https 方式获取图像只会使页面加载速度变慢。

在这种情况下选择 https 比 http 有什么特别的优势吗?

I happens to find that, when a live space page is loaded, inline images are fetched by https protocol instead of http protocol.

This doesn't make sense. The text part of live space is not fetched by https, why images are fetched with https? I bet the https way to fetch image just make the page loaded slower.

Is there any special advantage to choose https over http in this case?

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

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

发布评论

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

评论(1

_畞蕅 2024-08-03 22:26:53

它可以防止某些浏览器发出警告:

'This page contains both secure and insecure items'.

它具有通过 HTTPS 不缓存对象的缺点(至少在大多数浏览器/代理中默认情况下如此)。 尽管如此,抑制警告可能是一件好事。

It prevents a warning from some browsers that :

'This page contains both secure and insecure items'.

It has the disadvantage of non-caching objects over HTTPS (at least by default in most browsers/proxies). Still, suppressing a warning is probably a good thing.

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