You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: