CORS Related Error

Access to XMLHttpRequest at ‘https://devvodmz.awsonmo.com/gamification/StartActivityInvalidSessionId.json’ from origin ‘https://launch.playcanvas.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

How could I enable CORS on Macbook Pro?

Hi @yash_mehrotra,

To load remote resources your server needs to be configured for CORS, for that contact your server admin.

Now for development and testing you can disable cors on your browser, to override non supported resources. Try searching in the Chrome store for an extension to disable CORS, there are several.

3 Likes