Web Science/Part1: Foundations of the web/Hypertext Transfer Protocol/Making HTTP requests/script

explain the use of telnet as a tool to establish a TCP connection (also show wireshark network traffic?)

talk about the fact that http is a request response protocol and stateless

 telnet studywebscience.org 80
 OPTIONS / HTTP/1.0

(show response)

 telnet studywebscience.org 80
 GET /test/index.html HTTP/1.0
 Host: studywebscience.org

(show response)