I would like to know if it is possible to change all ajax queries at once to include credentials=true
the equivalent to:
$.ajaxSetup({
xhrFields: {
withCredentials: true
},
crossDomain: true
});
I would like to know if it is possible to change all ajax queries at once to include credentials=true
the equivalent to:
$.ajaxSetup({
xhrFields: {
withCredentials: true
},
crossDomain: true
});
Unfortunately there is no such config posiibilities in the dhx.ajax