Skip to content

http/https web server support #16

@mgerb

Description

@mgerb

If the url starts with http/https send a get request to check if the server is up or not, instead of checking if a tcp socket can be opened. If the server responds with http status < 400 then the server is up.

This would be helpful for reverse proxies. For example, I'm using caddy with virtual hosts to proxy multiple web servers on the same port. The proxy will return http status > 400 if a proxied web server is down.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions