Basic authentication with user/pwd provided in the URL is not working anymore since version 2.1.16. #3244
timovanroermund
started this conversation in
Potential issues
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Basic authentication with user/pwd provided in the URL is not working anymore since version 2.1.16.
When using an URL like this -- http://user:password@127.0.0.1:8080/ -- the script /static/monitoring.js throws the following errors:
When providing the user/pwd manually (browser popup), rather than via the URL, it does work.
In previous versions, this worked fine.
Is this an intended change in behavior?
All reactions