Y
Hacker News
new
|
ask
|
show
|
jobs
by
cyanydeez
4 hours ago
it's curious what you'd be building where you think you can hit the reliability of curl with a bash script.
2 comments
pillmillipedes
3 hours ago
a script ten lines long perhaps?
link
TZubiri
3 hours ago
health check, check that website/webapp returns 4xx and some known keyword
api, GET url, content-type aplication/json, parse json
you can even invert it and make a server
link