Re: HTTP headers problem

2002-05-05 Thread Markus Daniel
Please add an "Content-Length" entry in front of the "Content-Type" entry. Sukram - Original Message - From: "Jeremy Aiyadurai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 4:18 AM Subject: HTTP headers problem >

HTTP headers problem

2002-05-02 Thread Jeremy Aiyadurai
hi all here is a barebone webserver. I am having problems with the http headers. I can get a page to load in netscape, but not Internet explorer. the following is the code. please pay close attention to the getParse(),createHeader() and contentType() subroutines. Your help is much appreciated.