Mobile app version of vmapp.org
Login or Join
Annie201

: Tool to check non-SSL calls? Is there a tool that will scan all elements on a webpage and report which item is making a non-SSL call? My webapp keeps showing the mixed use icon and everything

@Annie201

Posted in: #Https #Tools

Is there a tool that will scan all elements on a webpage and report which item is making a non-SSL call? My webapp keeps showing the mixed use icon and everything I can see is good. :/

Thanks!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Annie201

2 Comments

Sorted by latest first Latest Oldest Best

 

@Deb1703797

Have a look at Fiddler. You launch the application from your local machine and can see each and every HTTP request being made to load up your page. That will tell you for sure all of the elements that may be making non-SSL requests.

10% popularity Vote Up Vote Down


 

@Sue5673885

If you right click on the page in Firefox 4 then you get a page info dialog. On the media tab you can see all the images that are included. You can see if they begin with https. Otherwise Firebug, the Firefox plugin, lets you see which scripts, css files you're using, even if they are loaded via Javascript.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme