What is the IP address of your computer? Of the gaia.cs.umass.edu server?
本机ip:10.135.1.207
gaia.cs.umass.edu ip:128.119.245.12
What is the status code returned from the server to your browser?
返回状态码为200。
When was the HTML file that you are retrieving last modified at the server?
Wed, 22 Mar 2023 05:59:02 GMT
How many bytes of content are being returned to your browser?
128bytes。
By inspecting the raw data in the packet content window, do you see any headers within the data that are not displayed in the packet-listing window? If so, name one.
没有观察到。
Inspect the contents of the first HTTP GET request from your browser to the server. Do you see an “IF-MODIFIED-SINCE” line in the HTTP GET?
没有。
Inspect the contents of the server response. Did the server explicitly return the contents of the file? How can you tell?
的确显式返回了。
如上图所示,返回了文件内容。
Now inspect the contents of the second HTTP GET request from your browser to the server. Do you see an “IF-MODIFIED-SINCE:” line in the HTTP GET? If so, what information follows the “IF-MODIFIED-SINCE:” header?
注意到了。
其后的是一串时间信息,它与先前GET请求的LAST-MODIFIED: 后的内容相同
What is the HTTP status code and phrase returned from the server in response to this second HTTP GET? Did the server explicitly return the contents of the file? Explain.