Auth failed when password contains encoded / (slash)
Open
- Dominant language
- Python
- Stars
- 404
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Example:
Resource('https://admin:foobar%2F@172.27.95.127:443')
will result in a 401 error.
I suppose the username and password fields need to be unquoted before doing the base64 encoding?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.