Hi,
I try to do many search to find an article without success.
I have a Web server farm with many applications running. Naturally, the DNS name is map to Virtual IP on the loadbalancer. Now I want to test the each member of the server farm.
I know with curl i can make my own script like:
Can i do the same in the web scenario?
I try to do many search to find an article without success.
I have a Web server farm with many applications running. Naturally, the DNS name is map to Virtual IP on the loadbalancer. Now I want to test the each member of the server farm.
I know with curl i can make my own script like:
Code:
curl -H 'Host: www.myOwnApplication.com' http://172.16.x.x/something
Comment