HW1 Solutions Page

Description of HTTP Experiments

My experiments were carried out on my home Mac. I launched a terminal, then I type 'script' to capture all of the commands I typed. First, as asked, I GET requested / and was returned the index.php of my home machine. Then I repeated the same request using HEAD. This only returned the server headers for that request and not the actual page. Finally, as asked in the homework, I requested an image, once using the Accept: header, once without. Having it did not seem to affect the response. I got the same image both times.

Cartoon Character for President

My html file can be viewed online. You can view the source code in your browser to see that I have satisfied all requirements of Hw1.

Return to homework page.