CURL

Set up Host header

1
curl -H 'Host: example.com' http://203.0.113.10/path
curl --resolve example.com:443:203.0.113.10 https://example.com/path

As telnet

1
curl -v telnet://10.26.4.124:30984