E
egarcia
Guest
Hello Louis, Kendo UI Builder uses the Kendo UI DataSource which internally uses the JSDO. The JSDO uses the XMLHttpRequest object (XHR) to communicate with the backend. I do not expect the Angular interceptors to work with direct XHR calls. There are ways that we could overload the XHR object used by the JSDO to intercept the request. However, personally, I would go with Irfan's suggestion of using terminateIDLESessions. I hope this helps, Edsel
Continue reading...
Continue reading...