如何追踪IE8安全警告的来源?

发布于 2024-10-02 16:19:12 字数 241 浏览 4 评论 0原文

在 IE8 下运行 GWT Web 应用程序时,我收到可怕的安全警告: “此网页包含无法使用安全 HTTPS 传送的内容”

当然,它在 Firefox 和 Chrome 上运行良好。

我用 firebug 查看了请求,没有看到 HTTP 请求。

我还在 IE 中使用了 Fiddler 和 HttpWatch,但仍然没有看到 HTTP 请求。

任何人都可以向我提供一些线索,说明还有什么可能触发此警告吗?

I am getting the dreaded security warning when running my GWT web app under IE8:
"this webpage contains content that will not be delivered using a secure HTTPS"

It of course works fine with Firefox and Chrome.

I have taken a look at the requests with firebug and I see no HTTP requests.

I have also used both Fiddler and HttpWatch with IE and I still see no HTTP requests.

Can anyone provide me with some clues as to what else might trigger this warning?

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

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

发布评论

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

评论(1

人疚 2024-10-09 16:19:12

There are certain snippets of Javascript that can also cause a problem. Please see:

http://blog.httpwatch.com/2009/09/17/even-more-problems-with-the-ie-8-mixed-content-warning/

Also, have a look through the pile of comments on:

http://blog.httpwatch.com/2009/04/23/fixing-the-ie-8-warning-do-you-want-to-view-only-the-webpage-content-that-was-delivered-securely/

Some of the commenters have found and fixed other causes of the warning too.

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