-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add 'Access-Control-Allow-Origin' header to the resources requested via API #242
Comments
@annapawlicka are you only looking for it for |
I think this would be appropriate on @danielcompton thanks for jumping in :) |
what @tobias said :) |
Will work on that. 👍 |
Great, thanks @thiagofm. Feel free to ping me if you have any issues or questions. |
Reopening, since we don't yet have it for stats. That will need to be added to the nginx config. |
nginx config for
|
When I make an ajax GET request, I see this error:
Asking for
format=jsonp
returns plain json so the only workaround seems to be using a proxy where my server would make a request to clojars while my application would make a request to my server. I'd like to avoid that since the application is so tiny it doesn't need a server.Is there any chance the make the API respond with Access-Control-Allow-Origin header?
The text was updated successfully, but these errors were encountered: