Let's Examine: HTTP Messsages
We can send and receive HTTP messages directly using the command line tool cURL (Wikipedia).
curl -i http://uchicago.edu
curl -i https://uchicago.edu
We can send and receive HTTP messages directly using the command line tool cURL (Wikipedia).
curl -i http://uchicago.edu
curl -i https://uchicago.edu