Basic HTML version of Foils prepared 11 May 1997

Foil 17 HTTP - Reply Example

From Setting the Stage for CGI Programming: HTTP, URL, CGI, MIME, HTTPD and many other acronyms ECS400 Senior Undergraduate Course -- Spring Semester 1997. by Nancy J. McCracken *

1 HTTP/1.0 200 OK
2 Date: Wednesday, 02-Feb-95 23:04:12 GMT
3 Server: NCSA/1.1
4 MIME-version: 1.0
5 Last-modified: Monday, 15-Nov-94 23:33:16 GMT
6 Content-type: text/html
7 Content-length: 2345 --
  • -- blank-line-separating-header-and-body--
8 <HTML><HEAD>
9 <TITLE> Document Title </TITLE>
10 . . .
11 This message contains both header and body
12 Some replies contain only header (e.g. error reports, such as HTTP/1.0 404 Not Found)
13 GET request also contained header only, whereas POST request (see next example) contains both header and body

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Aug 21 1997