Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use login credentials with special characters #217

Open
feldim2425 opened this issue Jul 6, 2020 · 1 comment
Open

Cannot use login credentials with special characters #217

feldim2425 opened this issue Jul 6, 2020 · 1 comment

Comments

@feldim2425
Copy link

Usernames and Passwords with % escaped characters are not supported like "password#1234" (escaped "password%231234").
The escaped password will be sent to the broker without decoding the password (tested with wireshark) and not escaping the # leads to problems parsing the URL.
I didn't find anything in the documentation that suggests a different method of setting the password or escaping special characters.

@HerrMuellerluedenscheid

Would be good to extend tests with hypothesis to cover such case: https://hypothesis.readthedocs.io/en/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants