====== CORS ====== ===== Cross-Origin Resource Sharing ===== Cross-site HTTP requests are HTTP requests for resources from a different domain than the domain of the resource making the request. * http://www.w3.org/TR/cors/ * https://developer.mozilla.org/en/http_access_control Avec Apache: Header set Access-Control-Allow-Origin * ...