How to enable CORS on Python Server Google App Engine?
I see the following error in the Javascript console:
VM31:1 XMLHttpRequest cannot load '<some-url>'. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<my-url>' is therefore not allowed access.
How can I enable resource sharing across sources using Google App Engine (Python)?
+3
source to share