Re: PROBLEM PARSING CGI HEADERS

On Wed, 5 Apr 2000, Wong Yew Peng wrote:

> > Hey you know what ?  The CGI header must be as follows with the 2
> > additional  newline commands:
> 
> print "Content_type: text/html\n\n" ;
> 
> 

It should be Content-Type: text/html
and after the last header you should send an empty string (well containing
only \r\n).

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Monday, 24 April 2000 05:57:16 UTC