dzm
dzm

Reputation: 23574

Find non-ssl items on an https page

Could anyone recommend a good way to discover any non-https items on an https page. Using Chrome, I'll typically look at Resources and go one-by-one, but this doesn't seem like the right away, and it's still hard to catch some things.

Upvotes: 8

Views: 7192

Answers (1)

space_balls
space_balls

Reputation: 1423

There is a little button bottom right hand corner of the developer inspector called "Show console". The icon looks a bit like this >= (instead of 2 horizontal lines it's three)

When you click that it will show you all the insecure content items. It's probably something loading from your css. That should do the trick.

on firefox you just "view page info" and then click the media tab

screenshot

Upvotes: 18

Related Questions