Skip to content

Instantly share code, notes, and snippets.

@alekc
Created August 15, 2019 06:55
Show Gist options
  • Save alekc/3f59cd5c58305f7e5e7ff94d8d1a7816 to your computer and use it in GitHub Desktop.
Save alekc/3f59cd5c58305f7e5e7ff94d8d1a7816 to your computer and use it in GitHub Desktop.
Using curl for testing apps behind load-balancers
curl --verbose --header 'Host: www.example.com' 'http://10.1.1.36:8000/the_url_to_test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment