Reputation: 7663
I am getting the error that says some content is being delivered non secure over my secure page and i get the yes|no|more info dialog box.
Is there a way in IE6 to find out which element on my page is causing this error?
I have the developer tools, but that doesnt seem to tell me anything.
Thanks
Upvotes: 1
Views: 418
Reputation:
The error can be caused when accessing HTTP URIs from an HTTPS page.
Search for "http://" (or "https://", depending on which should be correct) in the HTML source?
Happy coding.
Upvotes: 1
Reputation: 1826
What you can do is use Fiddler2. Clear your cookies and cache, and then run that as you load the page you will see all the resources load. There it is easy to see what's loading insecurely.
Upvotes: 1