Bugfix for Basic Auth: strip auth from url before using
This fixes the Basic Auth not working issue (issue#16) further, by removing the auth string from the URL before grafana attempts to use it. Some js doesn't handle it properly and tries to include the auth string in dns lookups(?), so the request never even hits the graphite server when an auth string is present.
Showing
Please
register
or
sign in
to comment