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

sinatra API needs to allow cross origin resource sharing so it can respond to AJAX requests #83

Closed
alanbsmith opened this issue Aug 19, 2015 · 1 comment

Comments

@alanbsmith
Copy link
Collaborator

Currently the local API won't respond to AJAX requests because of CORS protection. We should find a way to make that possible. I think using Rack::Cors is the right answer. I just can't get it to work yet.

@alanbsmith
Copy link
Collaborator Author

This is resolved by this PR: f6f13fc

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