Pomf
Pomf copied to clipboard
Add CORS headers for Javascript API
Add CORS headers to allow JS scripts to post to upload endpoint
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.