This Pull request updates the authentication request to URL encode the user credentials, solving the issue of special characters in the password causing login errors due to malformed HTTP request.
Issue:
Attempting to login with a password that contains special characters could result in "The user name or password is incorrect." error, even when the credentials are good.
Hi thank you for creating this integration,
This Pull request updates the authentication request to URL encode the user credentials, solving the issue of special characters in the password causing login errors due to malformed HTTP request.
Issue: Attempting to login with a password that contains special characters could result in "The user name or password is incorrect." error, even when the credentials are good.
After this fix: The user's login was successful.