RE: how to specify HTTP 1.0?

2003-12-16 Thread Kalnichevski, Oleg
HttpClient Project Subject: Re: how to specify HTTP 1.0? this was when there was authentication on and instead of a 401 there was a 403.. --- Sid Subr <[EMAIL PROTECTED]> wrote: > should a web server recognize the requestes if we do > this? I have seen a 403 forbidden when the version &g

Re: how to specify HTTP 1.0?

2003-12-16 Thread Sid Subr
this was when there was authentication on and instead of a 401 there was a 403.. --- Sid Subr <[EMAIL PROTECTED]> wrote: > should a web server recognize the requestes if we do > this? I have seen a 403 forbidden when the version > is > changed > > --- Sven_Köhler <[EMAIL PROTECTED]> wrote: > > >

Re: how to specify HTTP 1.0?

2003-12-16 Thread Sid Subr
should a web server recognize the requestes if we do this? I have seen a 403 forbidden when the version is changed --- Sven_Köhler <[EMAIL PROTECTED]> wrote: > > But I can't find out how to actually tell > HTTPClient to use HTTP 1.0 instead > > of HTTP1.1? > > As far as i remeber > > HttpMethod

Re: how to specify HTTP 1.0?

2003-12-16 Thread Sven Köhler
But I can't find out how to actually tell HTTPClient to use HTTP 1.0 instead of HTTP1.1? As far as i remeber HttpMethod m = ...; m.setHttp11(false); - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

RE: how to specify HTTP 1.0?

2003-12-16 Thread Kalnichevski, Oleg
Mark, What version of HttpClient are you using? 2.0rc2 or 2.1-dev? Oleg -Original Message- From: Mark Wilcox [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 18:43 To: 'Commons HttpClient Project' Subject: how to specify HTTP 1.0? Hi, I'm getting sporadic "Software caused con