Default to https:// for Launch Embed for Akamai Type Adaptors | Community
Skip to main content
Stewart_Schilling
New Participant
July 14, 2018
New

Default to https:// for Launch Embed for Akamai Type Adaptors

  • July 14, 2018
  • 2 replies
  • 4949 views

Is there any reason why the default embed code for Akamai type Adaptor (Hosted by Adobe) still uses a protocol relative URL?

I can think of none.

2 replies

Jennifer_Kunz
New Participant
August 31, 2018

One of the problems with having "//" is if you are testing locally... localhost stuff messes it up and you have to remember to change it to https.

New Participant
July 16, 2018
  1. Loading a secure script is necessarily slower due to the cost of the TLS handshake.
  2. "https://" is more bytes than "//"

Admittedly weak reasons...