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

How do I enable CORS #156

Open
reselbob opened this issue Apr 10, 2020 · 1 comment
Open

How do I enable CORS #156

reselbob opened this issue Apr 10, 2020 · 1 comment

Comments

@reselbob
Copy link

reselbob commented Apr 10, 2020

I am running server-side xmlprc using this code: https://github.com/reselbob/simple-xml-rpc/blob/master/server/server.js

When I run a vanilla HTML/jQuery code that is here:

https://github.com/reselbob/simple-xml-rpc/blob/master/client/index.html

and here:

https://github.com/reselbob/simple-xml-rpc/blob/master/client/js/helpers.js

I get a CORS error in Chrome, like so:

Access to XMLHttpRequest at 'http://localhost:9090/' from origin 'http://localhost:63342' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Tell me please, how do I enable CORS in the xmlrpc server? Also, is there any way to inspect the response and request on the server?

Thanks in advance.

Bob

@reselbob
Copy link
Author

I am wondering if this is an issue with Chrome, doing development as talked about here: https://medium.com/@dtkatz/3-ways-to-fix-the-cors-error-and-how-access-control-allow-origin-works-d97d55946d9

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

1 participant