
Files Included:
=-=-=-=-=-=-=-=

11-25-97   9:44a     17908           0  get.zip         - Get Method CGI Guestbook v1.1 (revised 11/97)
11-25-97   9:45a     17993           0  post.zip        - POST Method CGI Guestbook v1.1 (revised 11/97)



Additions:
=-=-=-=-=-

 An addition to the source code to include the MIME-TYPE client code.




Explanation:
=-=-=-=-=-=-

 The web client can not load data from a stream without knowing how
 the stream is sending.  (IE: "Content-Type: html/text\r\n\r\n" )

 The web client requires that the mime-type is sent from the CGI 
 program, followed by two sets of carriage-return/line-feed characters.
 These characters terminate the mime-type definition.

 Your CGI sends the client data following termination of the mime-type.



