Mobile app version of vmapp.org
Login or Join
Vandalay111

: Is there a way figure out which resources in my web page aren't being served securely? I just secured my web page with SSL, but the browser shows that not all of the resources are sent securely.

@Vandalay111

Posted in: #Https

I just secured my web page with SSL, but the browser shows that not all of the resources are sent securely.

I tried:


commenting out any third party APIs from my web page
ensuring that all images are being served via the same server


it seems as if all of my content is being served from the same web host.

Is there a way to figure out which resources in my web page aren't being served securely without going through the entire site and all content piece by piece?



In my case, I'm securing a small page that I developed on my own, but in the future I might be asked to secure an entire site that I'm less familiar with, which could make going through every resource one-by-one impractical.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

2 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

Chrome has the same functionality as Firebug only built in. If you are using Chrome you can open:


Hamburger menu
More tools
Developer tools
Network


Then refresh the page and hover over each item to see if it is https or not.

10% popularity Vote Up Vote Down


 

@Kevin317

Use Firebug.

Open Firebug Click on the Console Tab and reload the page. Hover over each entry and the GET entry will display the URL it is retrieving.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme