I have a static page in google app engine(python), and I want to $.load() the content of this page from another page -> therefore I have a CORS problem. How can I set in GAE to allow all domains to load the content of the page?(Access-Control-Allow-Origin: *)I have a static page in google app engine(pytho