We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Presently, the server URLs passed into natsConnection_ConnectTo, natsOptions_SetURL, or natsOptions_SetServers.
natsConnection_ConnectTo
natsOptions_SetURL
natsOptions_SetServers
%-encoded characters should be supported, specifically in username and password.
2.10, 3.8
No response
%-encode a username with special characters in a URL, and see the connection fail
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Observed behavior
Presently, the server URLs passed into
natsConnection_ConnectTo
,natsOptions_SetURL
, ornatsOptions_SetServers
.Expected behavior
%-encoded characters should be supported, specifically in username and password.
Server and client version
2.10, 3.8
Host environment
No response
Steps to reproduce
%-encode a username with special characters in a URL, and see the connection fail
The text was updated successfully, but these errors were encountered: