Using XMLHttpRequest to http get with basic authentication

Hello,



Can someone provide an example on how to:



1. Make an http get call - some.com/resource?id=123 at the same time passing user/password credentials

2. Use the response xml in tree.loadXML(…)



Thanks,

Radu

Such functionality is not available by default.
You can try to modify dhtmlxcommon.js , line 135, and add js command to send necessary http headers - but I’m not sure about details.