curl
Testing a site:
curl -I http://172.29.21.115
with SSL:
curl -Ik https://172.29.21.115
Login to site:
curl --user username:password http://172.29.21.115
curl --user username:password -k https://172.29.21.115
Testing a site:
curl -I http://172.29.21.115
with SSL:
curl -Ik https://172.29.21.115
Login to site:
curl --user username:password http://172.29.21.115
curl --user username:password -k https://172.29.21.115