Highly specific HTTP proxy for exposing health endpoints that live behind firewalls.
- NodeJS 6+
- Yarn 0.23.4+
yarn install
PORT
Where to listen
GET /http/<domain>
Will make a request to http://<domain>/health
and proxy the response
GET /https/<domain>
Will make a request to https://<domain>/health
and proxy the response
MIT