Web Science/Part1: Foundations of the web/Hypertext Transfer Protocol/Making HTTP requests
Aspetto
Making HTTP requests
nessun obbiettivo di apprendimento definito
Tu puoi definire gli obiettivi di apprendimento qui.
In generale puoi usare il bottone di modifica nell'angolo in alto a destra di una sezione per modificarne il contenuto.
In generale puoi usare il bottone di modifica nell'angolo in alto a destra di una sezione per modificarne il contenuto.
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)