[google-appengine] Re: [Node JS] Is it possible to enable CORS

2017-09-18 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Make sure you have supplied the CORS configuration data with the request, which specifies all the origins and request methods that are allowed to access the buckets. Can you send privately the redacted CORS config and HAR file of the request? -- You received this message because you are

[google-appengine] Re: [Node JS] Is it possible to enable CORS

2017-09-18 Thread Terry Di Luzio
Hi Kenworth, thank you for your answer. So if I have an error: "Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource" my ExpressJS API CORS config is causing it ? I've tried everything I could to reproduce

[google-appengine] Re: [Node JS] Is it possible to enable CORS

2017-09-17 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
You do not need to add any new code to take advantage of CORS support on Google App Engine, it will simply work as expected for Cloud Storage buckets configured with CORS. This article discusses Cross-Origin Resource