On Mon, 27 Jan 2014 13:23:13 GMT, Sönke Ludwig wrote:
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 withreq.addBasicAuth(username, password)header.Upon taking a slightly closer look, it's still missing support in the HTTP client to automatically perform
addBasicAuthwhen a username/password is found in the URL. I've filed an issue for now.
Damian Ziemba aka nazriel was so kind and solved this with pull #501. Looks like everything should finally work now.