blob: 5bfdc800446fd7d6e6cf52f0ae3c4c75f7f1db3c [file] [log] [blame]
If the request contains credentials in its url, they should be stripped from it. Also first attempt shouldn't contain basic auth header.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS () => xhr.responseText is 'User: Password: '
PASS () => xhr.responseText is 'User: foo Password: bar'
PASS () => xhr.responseText is 'User: Password: '
PASS () => xhr.responseText is 'User: foo Password: bar'
PASS successfullyParsed is true
TEST COMPLETE