Good day dear webix comminuty members.
I’m trying to write webix.ajax().del request, and i’m finded out that method OPTIONS with header Access-Control-Request-Method:DELETE is sent to server instead of direct DELETE method.
My web server does not support CORS, is there any way to force method to DELETE?