Tuesday, January 26, 2016

Fast way to find mixed http content on https sites

When your site is accessed through https and have content which is loaded using http protocol (e.g. images, iframes or javascript files) you will have either this content blocked or will see warning, e.g. like in IE “Only secure content is displayed”:

Fastest way to find exact resource which caused this issue is to use Developer tools available in all modern browsers (by default click F12). In console tab you will see what caused this problem:

IE:

FF:

Chrome:

2 comments:

  1. Images seems to be absent, could you fix it, please?

    ReplyDelete
  2. Nisus, thank you for the tip. It is fixed now. Since LiveWriter stopped working in blogspot it became harder to have deal with images.

    ReplyDelete