fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 706 forks source link

HTTPS check fails due to missing host header #325

Open deardooley opened 8 years ago

deardooley commented 8 years ago

I'm unable to perform an authenticated check against a public API. Uptime is logging a 401 response from the server while the server is responding with,

client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

Is there a header or other options I need to set in the HTTP Options panel to get this working for me?

nunoneto commented 8 years ago

+1 It would be nice to be able to set the expected http response code