====== Cross-Origin Request Blocked ====== For Microsoft IIS7, merge this into the web.config file at the root of your application or site: For Apache Header set Access-Control-Allow-Origin "*" Or set correct headers into the response header of the requested file, you will allow everyone to access the ressources: Access-Control-Allow-Origin : * or Access-Control-Allow-Origin : http://www.my-domain.com