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
Is there currently support for adding the "Access-Control-Allow-Origin" header to the REST API requests? Nearly all modern browsers are set to block those sorts of requests without that header.
(Obviously this is ignoring JSONP, which has its share of security concerns.)
The text was updated successfully, but these errors were encountered:
There is no support for CORS at present, its something we could add in the future.
Calls from javascript can use JSONP by passing a jsonpCallback.
see http://docs.seldon.io/api-javascript.html
Is there currently support for adding the "Access-Control-Allow-Origin" header to the REST API requests? Nearly all modern browsers are set to block those sorts of requests without that header.
(Obviously this is ignoring JSONP, which has its share of security concerns.)
The text was updated successfully, but these errors were encountered: