mCaptcha icon indicating copy to clipboard operation
mCaptcha copied to clipboard

Add curl in the image

Open SecT0uch opened this issue 1 year ago • 1 comments

Would it be possible to include curl in the image ?

The goal is to have a healthcheck like curl -f http://localhost:7000/api/v1/meta/health

SecT0uch avatar Feb 29 '24 02:02 SecT0uch

Meanwhile, we can use bash -c 'exec 5<>/dev/tcp/127.0.0.1/7000 && echo -e "GET /api/v1/meta/health HTTP/1.1\n\n" >&5 && cat <&5 | head -n 1 | grep 200'

SecT0uch avatar Feb 29 '24 10:02 SecT0uch