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

Escaped username and password in URI #21

Closed
marclennox opened this issue Mar 30, 2017 · 2 comments
Closed

Escaped username and password in URI #21

marclennox opened this issue Mar 30, 2017 · 2 comments

Comments

@marclennox
Copy link

I'm trying to use the URI connection format with username and password in the URI, however if the username or password contain special characters, my understanding is that you are supposed to CGI escape them (percent escape).

It seems though that this library does not decode the username and password, so authentication fails.

Would you accept a PR that de-escapes them?

@knolleary
Copy link

Hi - this is as issue list for a wiki about MQTT. It is not a specific library.

I suggest you need to raise this against whatever library you are using.

@marclennox
Copy link
Author

marclennox commented Mar 30, 2017 via email

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