Walid-Shouman
8/28/2016 - 1:28 PM

Requests.md

testing using telnet and openssl

HTTP

open the connection

telnet www.google.com 80

make the request

GET /#q=walid HTTP/1.1
Host: www.google.com

HTTPS

open the connection and request the certificate

openssl s_client -connect en.wikipedia.org:443

make the request

GET /wiki/Funimation HTTP/1.1
Host: en.wikipedia.org