CastawayLabs / cachet-monitor

Distributed monitoring plugin for CachetHQ
https://castawaylabs.github.io/cachet-monitor/
MIT License
439 stars 127 forks source link

basic auth headers don't seem to be working #87

Open brandonparncutt opened 6 years ago

brandonparncutt commented 6 years ago

I have it declared like so under a monitored url:

"headers": { "Authorization": "Basic HASHGOESHERE" }

XxTopKillerzZ commented 5 years ago

Bump. I get error 400 wich is bad request when using Basic auth Tested with curl and wget and my auth is working so its a script problem.