cURL to a specific target hostname

# Mockup command
curl -kv -H "Host: <target hostname>" <protocol>://<server ip address>:<port>

# Example command
curl -kv -H "Host: myapp.apps.example.com" https://152.10.10.1:443
Next