glynnbird commented on issue #363: URL: https://github.com/apache/couchdb-nano/issues/363#issuecomment-3859003582
Thanks for the report. I did manage to reproduce this. It turns out that Node.js's `new URL` returns a [percent-encoded password](https://nodejs.org/api/url.html#urlpassword) and [percent-encoded username](https://nodejs.org/api/url.html#urlpassword) so I'll have to take that into account. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
