username/password not properly encoded for proxy servers
Opened this issue · 0 comments
fpoirotte commented
Hello,
The current code in pwclient.xmlrpc does not encode the username/password properly (using URL percent encoding) when the proxy server requires authentification. This could lead to issues (failure to authenticate) if the password contains special characters such as '@'.
Best regards,
François