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
In your case, just appending the Access-Control-Allow-Origin: * response header is sufficient. If you want to accept custom headers, set the Access-Control-Allow-Header: response header when the Access-Control-Request-Headers request header is set.
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
#2 (comment)
The text was updated successfully, but these errors were encountered: