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

CORS is missing #9

Open
kai-breitbarth-zz opened this issue Nov 7, 2015 · 1 comment
Open

CORS is missing #9

kai-breitbarth-zz opened this issue Nov 7, 2015 · 1 comment

Comments

@kai-breitbarth-zz
Copy link

If you try to access the API within another side (e.g. JQuery) you'll get
“No 'Access-Control-Allow-Origin' header is present on the requested resource”.

To allow Cross-Origin Resource Sharing you"ll need to add

Access-Control-Allow-Origin: *

on server side.

@ghost
Copy link

ghost commented Nov 18, 2015

Hi,

so far the API was designed to integrate the functionality in own apps or stand alone applications but not on other web pages. Therefore we do not support CORS right now.

Regards - mat

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