Skip to content

Instantly share code, notes, and snippets.

@kurtpayne
Created May 11, 2012 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurtpayne/2663121 to your computer and use it in GitHub Desktop.
Save kurtpayne/2663121 to your computer and use it in GitHub Desktop.
Override the DNS and host header in WebPageTest
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