ysde / grafana-backup-tool

A Python-based application to backup Grafana settings by using the Grafana API
MIT License
877 stars 277 forks source link

added http headers to get_grafana_version request #239

Closed Mar8x closed 1 year ago

Mar8x commented 1 year ago

Without the headers it will fail while running behind a reverse proxy and running towards https://localhost from same machine. This fixes the issue and the backup completes without problem.

acjohnson commented 1 year ago

Thank you @Mar8x!