obfuscurity / descartes

Introspective dashboard for Graphite
MIT License
502 stars 65 forks source link

Unable to get graphs using Firefox when graphite does not require authentication #166

Closed srfraser closed 9 years ago

srfraser commented 10 years ago

Graph previews and existing graphs are not visible in Firefox 32.0.3, when GRAPHITE_USER and GRAPHITE_PASS are not set, as the URL constructed is of the form:

http://:@graphite.hostname.com/render?...

Chrome can work with this URL, but Firefox cannot.

It appears that models/metrics.rb is not properly handling the case where graphite does not require authentication.