-
Notifications
You must be signed in to change notification settings - Fork 98
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 CORS headers for Javascript API #25
Labels
Comments
I would like this, preferably on Uguu too. |
@avail mind helping on this one? |
CORS has to be added through the server's config (nginx/apache), can't do shit about that. |
No, it's just HTTP headers. You can generate the headers with PHP, if no content has been emitted yet. |
@tdaede good point, didn't think about that. |
emersion
changed the title
Ad CORS headers for Javascript API
Add CORS headers for Javascript API
Apr 24, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add CORS headers to allow JS scripts to post to upload endpoint
The text was updated successfully, but these errors were encountered: