I was wondering how I should do this.
I have some https pages, but need to call in some http content from my CDN provider. The content I am wanting to load via h
I know this has already had an answer accepted, but I think the following is a better solution:
Try using protocol-less Urls.
You can do the same with CSS:
Note the lack of https or http in the urls. The browser will determine the appropriate protocol. No more mixed content warnings / errors.
https
http