Check URL status
Check URL status from Bash
Copy env variables to script:
curl \
--output /dev/null \
--silent \
--write-out "%{http_code}" \
"https://decaf200.com"
Check URL status from Bash
Copy env variables to script:
curl \
--output /dev/null \
--silent \
--write-out "%{http_code}" \
"https://decaf200.com"