gpt4 book ai didi

html - iframe 被阻止为不安全的内容,即使 iframe 是 HTTPS

转载 作者:太空宇宙 更新时间:2023-11-04 14:31:30 24 4
gpt4 key购买 nike

我正在尝试将 iframe(包含 shellinabox,如果相关的话)嵌入到 HTTPS 网页上。我用来嵌入 iframe 的 HTML 非常简单:

<div class="jumbotron" style="min-height: 400px;">

<iframe src="https://example.com/shellinabox" style="border:none; min-height: 400px;" width="100%"></iframe>
</div>

但是,Chrome 阻止了 iframe 的加载,因为它是“不安全的内容”,我必须手动取消阻止它才能工作。 Chrome 控制台报告如下错误:

Mixed Content: The page at 'https://example.com/mainpage/' was loaded over HTTPS, but requested an insecure resource 'http://example.com/shellinabox/'. This request has been blocked; the content must be served over HTTPS.

我对此感到困惑,因为显然我的 HTML 代码嵌入了 example.com/shellinabox 的 HTTPS 版本。此外,当我直接访问 https://example.com/shellinabox 时,锁图标是绿色的,没有任何东西被阻止,并且该页面上没有任何 SSL 问题的迹象。

我还在 Firefox、IE 和 MS edge 中对此进行了测试,它们都具有相同的行为(因此这不是 Chrome 特定的问题)。给了什么?

最佳答案

这是一个老问题,但我遇到了同样的问题。我的用例与您的略有不同,但希望这对您有所帮助。

对我来说,我的 python flask 服务器上的路由以“/”字符结尾。在我的 iframe 中,我在调用 src 末尾没有斜杠的路由时看到了同样的错误。向 iframe 中的 src 添加斜杠对我来说是个窍门。

<iframe src="https://example.com/shellinabox/" style="border:none; min-height: 400px;" width="100%"></iframe>

我不确定为什么 src 属性末尾缺少的斜杠会导致此错误。如果有人能解释原因,我会很乐意更新我的答案。

关于html - iframe 被阻止为不安全的内容,即使 iframe 是 HTTPS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35042344/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com