As part of my testing I use a curl to a network device and I pass in a host header of a web server name. The network device proxies for this device so it receives the traffic and looks at the host header and forwards the traffic to the web server. How can I get this same functionality using Postman? Normally I go in and edit my local host file to force DNS when using postman but I would like to avoid that. Can post man make requests similar to that curl?
curl -ik https://network-appliance-ip -H "host:web-server-destination