Created
May 11, 2012 23:37
-
-
Save kurtpayne/2663121 to your computer and use it in GitHub Desktop.
Override the DNS and host header in WebPageTest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setDnsName www.example.com 1.2.3.4 | |
overrideHost 1.2.3.4 www.example.com | |
setDnsName example.com 1.2.3.4 | |
overrideHost 1.2.3.4 example.com | |
navigate http://www.example.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment