Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Colons in the password of a HTTP Basic Authentication. (#55)
The existing code was taking the first component of the colon-separated array as the user name, and the second as the password. In fact, all components after the first must be treated as belonging to the password.
- Loading branch information