: 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
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.
More posts by @Lengel546
2 Comments
Sorted by latest first Latest Oldest Best
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 :)
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.