Re: IIS 5.1 not working Help
From: Roland Hall (nobody_at_nowhere)
Date: 01/20/05
- Next message: Roland Hall: "Re: IIS 5.1 not working Help"
- Previous message: midcloudy: "iisstate log,aspnet_wp process autorestart!"
- In reply to: Kristofer Gafvert: "Re: IIS 5.1 not working Help"
- Next in thread: Thomas Grassi: "Re: IIS 5.1 not working Help"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 03:07:54 -0600
"Kristofer Gafvert" wrote in message
news:xn0dxh5id1pnf4001@news.microsoft.com...
: 1. RFC 822, section 3 says that it is case-insensitive. So both GET and
: get should work. Note however that HTTP is case-sensitive. So HTTP and
: http is not equal, hence the problem Roland has with his lower case test.
: That means that:
: get / HTTP/1.1 will work, but
: GET / http/1.1 will not work.
:
: 2. RFC 2616, section 4 says this:
:
: "Request (section 5) and Response (section 6) messages use the generic
: message format of RFC 822 [9] for transferring entities (the payload of
: the message). Both types of message consist of a start-line, zero or more
: header fields (also known as "headers"), an empty line (i.e., a line with
: nothing preceding the CRLF) indicating the end of the header fields, and
: possibly a message-body."
:
: So you need to press enter twice to get that extra CRLF to end the header
: fields section.
Thanks Kristofer. Very helpful. Looks like we were too lazy to look at the
RFCs.
-- Roland Hall /* This information is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. */ Online Support for IT Professionals - http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech How-to: Windows 2000 DNS: http://support.microsoft.com/default.aspx?scid=kb;EN-US;308201 FAQ W2K/2K3 DNS: http://support.microsoft.com/default.aspx?scid=kb;EN-US;291382
- Next message: Roland Hall: "Re: IIS 5.1 not working Help"
- Previous message: midcloudy: "iisstate log,aspnet_wp process autorestart!"
- In reply to: Kristofer Gafvert: "Re: IIS 5.1 not working Help"
- Next in thread: Thomas Grassi: "Re: IIS 5.1 not working Help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|