On Wed, 22 Jan 2014 15:00:14 GMT, ilya-stromberg wrote:

On Tue, 21 Jan 2014 13:19:28 GMT, Sönke Ludwig wrote:

username/password have been completely ignored in URL.toString. It's fixed now in a4af111.

No, I still have 401 Unauthorized. error.
Still works fine with req.addBasicAuth(username, password) header.

Upon taking a slightly closer look, it's still missing support in the HTTP client to automatically perform addBasicAuth when a username/password is found in the URL. I've filed an issue for now.