Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

HTTP 1.0 support

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Convert IIS4 and IIS5 metabases to XML  
Author Message
user1559

External


Since: Mar 25, 2004
Posts: 1



(Msg. 1) Posted: Thu Mar 25, 2004 6:53 pm
Post subject: HTTP 1.0 support
Archived from groups: microsoft>public>inetserver>iis (more info?)

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

 >> Stay informed about: HTTP 1.0 support 
Back to top
Login to vote
jerryiii1

External


Since: Jan 27, 2004
Posts: 26



(Msg. 2) Posted: Fri Mar 26, 2004 2:56 am
Post subject: Re: HTTP 1.0 support [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please read the HTTP 1.0 standard (http://www.ietf.org/rfc/rfc1945.txt), it
clearly says:

HTTP/1.0 defines the octet sequence CR LF as the end-of-line marker for all
protocol elements except the Entity-Body... (section 2.2 Basic Rules)

It states that tolerant servers may handle LF line markers but it's not
required. Sorry I can't help you but you need to talk to Oracle about
getting a standards compliant software from them.

Jerry Pisk

"Bruno Bédard" <bruno.bedard.DeleteThis@drdc-rddc.gc.ca> wrote in message
news:1080248008.665569@news.drenet.dnd.ca...
 > 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 <a style='text-decoration: underline;' href="HTTP://URL" target="_blank">HTTP://URL</a> \r\n
 > In HTTP 1.0 spec, the syntax is GET <a style='text-decoration: underline;' href="HTTP://URL" target="_blank">HTTP://URL</a> \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
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: HTTP 1.0 support 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Does IIS 5.0 server support HTTP pipelining - Hi, I was looking for any article whether IIS 5.0 support HTTP pipelining or not? But I not able to find a concreate answer. I able to find some article saying dotnet framework is integrated with HTTP pipelining. My question is if HTTP pipelining is...

MSMQ - Microsoft Message Queuing HTTP Support does not ins.. - I cannot setup properly Microsoft Message Queuing HTTP Support on a Win 2003 server DC, clustered. I Won't to install it in cluster... My IIS is not in cluster (two separated instances). It gives me 0x80110414 error. That is, tipically, an IIS error....

IIS 6.0 OS Support - Can anyone please let me know whether IIS 6.0 can run on Windows 2000 Server? Or Please point me to a page where I can find the supported platforms matrix for IIS 6.0

Does IIS support FTP over SSL? - I've already been told by a 3rd party that IIS doesn't support this - but I have to ask anyway: Does IIS 5.0 or 6.0 support: a) Explicit FTP over SSL? b) Implicit FTP over SSL (port 990) ? If it does, then how to you import/generate the certificates..

IIS does not support ASP - Help please - When I publish from FP 2002 to IIS, I get the following message "The following pages in your Web are Active Server Pages (ASP). They will not work because the server you are publishing to does not support ASP. To enable these pages, publish your W...
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]