aaronpliu
4 years agoFrequent Contributor
How to access different environment if same domain with different IP address
Hi Community,
There are different test environments, i.e QAT1, QAT2, QAT3. as access constraint, only allow domain name to access with same port and no DNS in intranet network.
Currently configure domain name with IP address in hosts file, but it's hard to switch environment and allow one environment to access only
Is there anyone provided a solution? I can use curl to send http request with curl http://www.example.com --resolve www.example.com:80:127.0.0.1
How can I use ReadyAPI to access?
Thanks,
/Aaron