Hello,   I am looking to importMesh() from my server (http://www.castorengine.com) on my local project (http://1270.0.1:122). but each time I : No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:122' is therefore not allowed access.   I added on every page:  header('Access-Control-Allow-Origin: *');I did like this:   By http://www.castorengine.com function Importer(url, type) { parent.postMessage({url:url, type:type}, '*');}To http://12