如何追踪IE8安全警告的来源?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
某些 Javascript 片段也可能导致问题。请参阅:
http://blog.httpwatch.com/2009/09/17/even-more-problems-with-the-ie-8-mixed-content-warning/
另外,看看一堆评论:
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/
一些评论者也发现并修复了警告的其他原因。
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.