AaronNGray / webfinger.sh

Bash Shell implementation of webfinger client
MIT License
1 stars 0 forks source link

curl 404 and timeout checks #1

Open AaronNGray opened 2 months ago

AaronNGray commented 2 months ago

Need to check the curl conditions for timeout or 404 and return appropriate messages to the user.

AaronNGray commented 2 months ago

cURL is a really diffuicult one to get the HTTP response code from as well as the payload.