Mobile app version of vmapp.org
Login or Join
Lengel546

: How to find unsecured content on a webpage Possible Duplicate: Identify “non-secure” content IE warns about Firefox reports HTTPS page to contain non-secure elements My

@Lengel546

Posted in: #Https

Possible Duplicate:
Identify “non-secure” content IE warns about
Firefox reports HTTPS page to contain non-secure elements




My webpage is running SSL and it's showing that there is insecure content on it. In chrome I checked the console (ctrl+shift+i) and it's not showing any errors for insecure content. So, is there anything else I can use to find out whats causing chrome to flash my site as insecure?

Some background on the content that I'm running. It's a custom google map using the google maps API and it's loading a kml locally using geoxml3 AND it's not accessible outside my network.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Lengel546

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

Fiddle it! No no, use Fiddler. fiddler2.com/fiddler2/
Then you can capture the browsers calls and it will log them and if you set it up to hook the ssl it'll show up all the ssl calls.

Then you can see what requests it is making over ssl :)

10% popularity Vote Up Vote Down


 

@Cugini213

Run the webpage through an online web performance testing tool like WebPageTest. After you start a test, it will generate a waterfall view of the elements in the page. The elements which use HTTPS will have a padlock next to them.

Alternatively, view the web page elements in the Network tab within Chrome Dev Tools. If you hover your mouse over the name of any element, it will show a tooltip with the complete URL including the HTTPS or HTTP prefix.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme