Closed aslafy-z closed 5 years ago
Use urllib.quote_plus to urlencode the username and password before adding them in the proxy url.
urllib.quote_plus
Thanks for your contribution.
Thanks for merging this. Could you please cut a new release? Thank you!
0.13.0 with this fix is now on PyPI.
Use
urllib.quote_plus
to urlencode the username and password before adding them in the proxy url.