Easy way to determine what content is not delivered using a secure HTTPS connection?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-05-14T17:49:43Z
Indexed on
2010/05/14
17:54 UTC
Read the original article
Hit count: 169
https
I have some pages that are sent via HTTPS. Internet Explorer sometimes complains about "This webpage contains content that will not be delivered using a secure HTTPS".
I looked in the html source to confirm all content calls (href, src, etc...) are sent via https. My CSS files use relative paths. But I'm still getting these warnings.
Is there an easy way to track down which items are not sent via HTTPS?
© Stack Overflow or respective owner