IS 337: Website Administration

Lecture for October 31: Between the Browser and the Server

+
-

Topics

Frens's View of Networking

  • Host names
  • Ports
  • Everything else is magic.

HTTP Request Methods

  • HTTP toggle
    • "HyperText Transfer Protocol"
    • The rules to interact with a webserver.
    • Text based.
  • Possible methods: GET, POST, HEAD, PUT, DELETE, and more
  • Message format:
    GET /images/logo.gif HTTP/1.0  the request line
    Accept-Language: en            headers
                                   a blank line
                                   optional message body
    
  • Parameter encoding

Readings and Resources

  • HTTP (at wikipedia)

Quick Written Assignment for Next Time

Write an HTTP request for the IS 337 home page.

Creative © 2007 Calvin College and Jeremy D. Frens.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.