CORS request with Uploader component

Good Afternoon,

Is it possible to perform a cross-domain file upload with the uploader component.

I am get 502 Bad (Refused to get unsafe header “Webix-Token”)

Thanks.

Mike

I got it to work!

You can disable extra header by adding

webix.securityKey = "";