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
Will YAMJ v3 support Cross-Origin Resource Sharing by setting the Access-Control-Allow-Origin header, so web-apps (such as iSkin2) can read the responses of the AJAX calls made to the API even if they weren't loaded from the same IP address and port as the API?
Will YAMJ v3 support Cross-Origin Resource Sharing by setting the Access-Control-Allow-Origin header, so web-apps (such as iSkin2) can read the responses of the AJAX calls made to the API even if they weren't loaded from the same IP address and port as the API?
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
The easiest would be set the value of the header to *, but you could be more specific than that if you want, even make it configurable.
Another possibility would be to serve the web-apps themselves through the API, so the AJAX request would satisfy the same-origin policy.
The text was updated successfully, but these errors were encountered: