HTTP 1.0 support
From: Bruno Bédard (bruno.bedard_at_drdc-rddc.gc.ca)
Date: 03/25/04
- Next message: Dean: "Service Unavailable under IIS 6.0"
- Previous message: Jeff Cochran: "Re: how to create subsite.mysite.com site"
- Next in thread: Jerry Pisk: "Re: HTTP 1.0 support"
- Reply: Jerry Pisk: "Re: HTTP 1.0 support"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 25 Mar 2004 15:53:27 -0500
Hello,
by default, IIS 6 on Windows Server 2003 returns a 400 error, Bad Request
when you use a non HTTP 1.1 spec compatible, Unix-like syntax in a HTTP GET
URL command.
In HTTP 1.1 spec, the syntax is GET http://URL \r\n
In HTTP 1.0 spec, the syntax is GET http://URL \n
\r = ascii char 13
\n = ascii char 10
The difference is in the famous carriage-return and line feed character
difference of the Unix/Windows world.
I use a software (Oracle Intermedia URL_DataStore Index 8.1.7) that does
it's request the 1.0 way, and I can't change this so I need to find a way to
make IIS 6 to accept those request.
Thanks in advance for any tips or advice,
Bruno Bedard
- Next message: Dean: "Service Unavailable under IIS 6.0"
- Previous message: Jeff Cochran: "Re: how to create subsite.mysite.com site"
- Next in thread: Jerry Pisk: "Re: HTTP 1.0 support"
- Reply: Jerry Pisk: "Re: HTTP 1.0 support"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading