iframe因混合内容而被屏蔽,即使两者都是https(chrome)

时间:2017-08-07 17:20:02

标签: html google-chrome iframe https

我的网站是通过https:https://example.com加载的。

我正在尝试通过以下方式从我的其他网站加载iframe:

<iframe src="https://example.org/path" width="800" height="800">

它在Safari中工作正常但在Chrome中我得到了:

  

混合内容:“https://example.com”页面是通过HTTPS加载的,   但要求一个不安全的资源“http://example.org/path”。这个   请求已被阻止;内容必须通过HTTPS提供。

当我在iframe元素中明确引用http s ://example.org/path时,为什么报告http://example.org/path出现问题?

如果我在Chrome中加载https://example.org/path并检查网络标签,则加载该网页时发出的所有请求似乎都是https,因此它不会尝试加载http资源。

这是Chrome(59)中的错误吗?

0 个答案:

没有答案