Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-Origin Request Blocked #9

Closed
fabricepallaud opened this issue Nov 7, 2019 · 1 comment
Closed

Cross-Origin Request Blocked #9

fabricepallaud opened this issue Nov 7, 2019 · 1 comment

Comments

@fabricepallaud
Copy link

Using snippet provided, I'm getting this error:

Access to XMLHttpRequest at 'http://192.168.0.10:8080/sockjs-node/info?t=1573126923594' from origin 'http://localhost:8080' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.

Any idea how to solve that issue?

@SleepyBandit
Copy link
Owner

CORS issues are typically client side problems. It probably has to do with how you have implemented the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants