Be a HTTP Client For a Day

Before doing this exercise you should read the Lesson #1 2nd lecture on HTTP protocol.

We will connect to a host machine via the telnet protocol which is simply a way to send text commands to a server. The server ports we will be connecing to are associated with web server so the commands we send will mimic those that a web client sends to get a web page when a certain URL is requested. The protocol that web servers and web clients use to talk to each other with is of course HTTP, so after connecting we will be issuing HTTP statements.

Lets give it a go:

  1. Open MSDOS window
  2. First we will fetch the document at URL http://irapp.morehead-st.edu:80/hello.html
  3. Try these others

© Copyright Scott A. Wymer, 2001. All rights reserved.

Hosted by www.Geocities.ws

1