Skip to content

Instantly share code, notes, and snippets.

@alexproca
Created July 15, 2015 17:19
Show Gist options
  • Select an option

  • Save alexproca/623a8b39ccfc32d99d4e to your computer and use it in GitHub Desktop.

Select an option

Save alexproca/623a8b39ccfc32d99d4e to your computer and use it in GitHub Desktop.
#HTTP
telnet google.com 80
GET /index.html HTTP/1.1
Host: www.google.com
#HTTPS
openssl s_client -connect google.com:443
GET / HTTP/1.1
Host: www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment