You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now trying to use the browser (JS) SDK leads to:
XMLHttpRequest cannot load http://localhost:9324/.
No 'Access-Control-Allow-Origin' header is present on the requested resource.
Origin 'http://localhost:8000' is therefore not allowed access.
The response had HTTP status code 400.
Right now trying to use the browser (JS) SDK leads to:
i.e. the browser is preventing CORS.
See: https://coderwall.com/p/0izzta/cors-directive-for-spray
and: http://jkinkead.blogspot.com/2014/11/handling-cors-headers-with-spray-routing.html
The text was updated successfully, but these errors were encountered: