Web Science/Part1: Foundations of the web/Hypertext Transfer Protocol/Making HTTP requests
Making HTTP requests
no learning goals defined
You can define learning goals here.
In general you can use the edit button in the upper right corner of a section to edit its content.
In general you can use the edit button in the upper right corner of a section to edit its content.
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)