Forum Discussion
rraghvani
Champion Level 3
3 years agoYour coding indicates to use some form of credentials,
var xhr = new XMLHttpRequest();
xhr.withCredentials = true;
I think aqHttp supports basic http protocol. You might be able to set the appropriate http headers with values, but it will involve looking at xhr and seeing what http headers are being set and trying to mimic this.
Semirxbih
3 years agoContributor
Thanks for the support, for now - I was able to do it by creating my own base64encoder and that has worked, I will look into xhr.