Skip to content

Instantly share code, notes, and snippets.

@alexmnv
Last active August 29, 2015 14:15
Show Gist options
  • Save alexmnv/626d65ee9b94e1bafa7b to your computer and use it in GitHub Desktop.
Save alexmnv/626d65ee9b94e1bafa7b to your computer and use it in GitHub Desktop.
Send HTTP request via telnet
echo -e "GET /some-path HTTP/1.0\nHost: 127.0.0.1\n\n" | telnet 127.0.0.1 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment