-
Notifications
You must be signed in to change notification settings - Fork 101
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
Can we have basic auth url encode "at" symbol etc. in password. #902
Comments
Can you hook me up with an example? Like, are you thinking that instead of |
Using your example this would become re%40der:p%40assword |
So, I think that with the release of 7.12.3 and the fixes for Solr and basic auth, that you don't need this because instead of the basic auth in the url, it's a properly encoded header.... |
I've now pushed the changes to app.quepid.com as well... |
I have tested with version 7.17.1 Both the urlencoded and unencoded password containing hash and ampersand failed to connect. |
And maybe in user value also if it makes sense.
The text was updated successfully, but these errors were encountered: