I’m working on a webserver that I didn’t totally set up and I’m trying to figure out which parts of a web page are being sent encrypted and which aren’t. Firefox tells me that parts of the page are encrypted, but I want to know what, specifically, is encrypted.
Share
For each element loaded in page, check their scheme:
(you can see a relatively complete list on firefox by right-clicking on the page and selecting ‘View Page Info’ then the ‘medias’tab.
EDIT: FF only shows images and multimedia elements. They are also javascript files & CSS ones which have to be checked. And Firebug is a good tool to find what you need.