PUT\\DELETE direct ajax method

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?

Hello,

This is a server side problem. So, there is nothing that can help to solve the problem via webix library. Webix allows to define request headers, but this won’t help in this case …