Hello,

I am trying to lazy load a script using the the following inside my website 
which has the protocol set as HTTPS:

$.getScript('http://pathToMyScript.js')

Then I get the following error:

Mixed Content: The page at 'https://myPage/login' was loaded over *HTTPS*, 
but requested an insecure script *'http://pathToMyScript'*. This request 
has been blocked; the content must be served over HTTPS.

How can I load HTTP content inside a HTTPS site?

PS: the script that I am trying to load is a third party script which won't 
work if the HTTPS protocol is attached to it.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to