Hi,
I am posting to a node which I checked on POSTMAN and it was fine. Later on, I tried using:
webix.ajax().post("nodeurl", json,function(){
error:function(){},
success:function(){}
}
but it replies with the “Response for preflight has invalid HTTP status code 404”.
I later tried with simple jQuery and its working fine.
Again I tried putting header in webix.ajax().header("content-type", "application/json").post()
but invain.
Again I went to webix.com/snippet and tried the same node and its working fine.