What about add a way to specify a secret token?
ServerHealthCheckRack::Config.path = "/check/health"
ServerHealthCheckRack::Config.secret_token = "awesometoken"
To having a following url like this at the end.
/check/health?token=awesometoken.
And be able make the url less guessable.
What about add a way to specify a secret token?
To having a following url like this at the end.
/check/health?token=awesometoken.And be able make the url less guessable.