How to trace source of IE8 Security Warning?

2019-05-05 03:41发布

问题:

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?

回答1:

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.