sidstamm / energymonitor

Monitors energy usage (and production) and displays reports through a web site.
Mozilla Public License 2.0
3 stars 0 forks source link

support http auth #1

Closed sidstamm closed 6 years ago

sidstamm commented 6 years ago

When www is served over https and protected using HTTP Auth, the data files cannot be accessed.

sidstamm commented 6 years ago

This is broken with d3.js v5.0.0 (it started using fetch).

Temporary workaround is to use v4.1.3. https://github.com/d3/d3/releases/download/v4.13.0/d3.zip

sidstamm commented 6 years ago

Fixed in 6899a095f0363442585431cf1132820a48ae7f36 - requires use of d3-fetch now (in v5.0.0)