Google CDN - using http vs https
Posted
by
HorusKol
on Pro Webmasters
See other posts from Pro Webmasters
or by HorusKol
Published on 2011-01-13T00:38:08Z
Indexed on
2011/01/13
0:58 UTC
Read the original article
Hit count: 584
All the examples of accessing google's CDN use https:// in the URL (including on Google itself) - but this has caused a problem when testing in Safari (certificate problem and also different domain).
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
I have switched to calling it over http instead, but just wondering if this is a mistake or security issue?
© Pro Webmasters or respective owner