Forum Moderators: DixonJones

Message Too Old, No Replies

SSL and Tracking

How to tell what image is insecure?

         

TheGuyAboveYou

4:56 pm on Sep 14, 2004 (gmt 0)

10+ Year Member



Hi

On my order page I have three different tracking scripts for different reasons.

They all have https paths to a pixel.

Something on my order page is not secure because when you click to order it asks if you want to show both secure and non-secure items.

I don't see any other paths other than https

How do I tell what item is not secure on that page?

community2004

11:25 pm on Sep 14, 2004 (gmt 0)

10+ Year Member



Look in your normal site version (http) log to see whats being called when you load the page? Or look directly in the browser with view source and search for http://

upside

6:50 am on Sep 15, 2004 (gmt 0)

10+ Year Member



Also, check that external javascripts and stylesheets aren't referencing additional page elements insecurely.

TheGuyAboveYou

2:46 pm on Sep 15, 2004 (gmt 0)

10+ Year Member



Thanks!

I think I found it. Thanks for the help.