The five-parameter version of the XMLHttpRequest.open
method allows you to specify the username and password. (WHATWG spec)
xhr.open(method, url, async, username, password)
The five-parameter version of the XMLHttpRequest.open
method allows you to specify the username and password. (WHATWG spec)
xhr.open(method, url, async, username, password)