Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: allow using utf-8 usernames and passwords (#567)
* client: allow using utf-8 usernames and passwords It looks like requests supports utf-8, but only if it is pre-encoded by the caller. Otherwise, it tries to encode both parameters using latin-1. See https://github.com/psf/requests/blob/a3ce6f007597f14029e6b6f54676c34196aa050e/src/requests/auth.py#L56-L60 psf/requests#3662 pallets/werkzeug#945
- Loading branch information