Curl contains numerous advanced debugging options, which can be used to test HTTP features, display verbose output, and to retrieve protocol headers.
curl -k -v https://sharewiz.net
NOTE:
To make it easier to find in the logs.
curl -v --user-agent "CURL DEBUG (`date`)" -H "X-foo: mytest" --show-error sharewiz.net
NOTE: