Problems with ajax call in Edge Browser

I have am making a ajax calls to my server.

My call for logging in (basic Authentication) works fine in the Chrome and Firefox browsers. However, I am experience a error in Edge browser.

http://webix.com/snippet/2f7b837b

the error is:

SCRIPT5022: SyntaxError
webix_debug.js (2767,3)

As far as I see, your problem is connected with the fact that Internet explorer doesn’t allow user names and passwords in urls.

https://support.microsoft.com/en-us/kb/834489

Helga,

Thank you,

We are using basic authentication as a placeholder for real security, for now.

Embedding the username and password was a temporary hack for suppressing the browser’s popup window from opening on the first connection request.

I didn’t realize this would be an issue in IE and Edge.

Thanks for the quick save!