LoginSignup
0
0

More than 5 years have passed since last update.

What happens when accessing HTTP from HTTPS pages

Last updated at Posted at 2017-02-03

Chrome

element HTTP Request Secure Key Icon
SCRIPT blocked
IMG broken
LINK type="text/css" blocked
IFRAME blocked
new Image broken
createElement('img') broken
XMLHttpRequest blocked
navigator.sendBeacon blocked

most requests are blocked and the icon stays green. seems only images break the key.

mobile safari on ios10

element HTTP Request Secure Key Icon
new Image broken
createElement('img') broken
XMLHttpRequest blocked
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0