Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Created September 20, 2022 11:21
Show Gist options
  • Save iambryancs/7f5bc925281d65e85dc7d703d4db9ee4 to your computer and use it in GitHub Desktop.
Save iambryancs/7f5bc925281d65e85dc7d703d4db9ee4 to your computer and use it in GitHub Desktop.
Using cURL to bypass a load balancer

Using cURL to bypass a load balancer

curl -v -H "Host: www.example.com" \
  http://172.16.60.4:8080/some/pah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment