Using CORS with a CDN
CORS stands for Cross-Origin Resource Sharing and is an essential component when files (e.g. fonts or JavaScript) are loaded from another domain (e.g. a CDN) other than the website. In this article we show you how to use CORS with CDN. Especially Firefox (FF) and InternetExplorer (IE) are causing problems when CORS is not handled correctly. FF and IE are considering requests to CDNs as "cross-domain" requests and won't load them unless it is explicitly stated in the HTTP header.
July 10, 2014 Read more