Created
January 16, 2019 00:28
-
-
Save zainengineer/4caabe207cd44b7236830ae649f3bdff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
curl http://127.0.0.1 -H 'Host: example.com' -H 'X-Forwarded-Proto: https' | |
curl https://127.0.0.1/ -H 'Host: example.com' -H 'X-Forwarded-Proto: https' --insecure | |
curl http://httpbin.org/headers -H 'Host: httpbin.org' -H 'X-Forwarded-Proto: https' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment