disable http 1.0 capabilities

disable http 1.0 capabilities

am 23.10.2007 16:41:04 von Terry

Can this be disabled somehow in IIS for 2000 and 2003?

Re: disable http 1.0 capabilities

am 23.10.2007 16:50:51 von Ken Schaefer

AFAIK this isn't possible

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken

"Terry" wrote in message
news:3D1B7EEC-A940-490C-BA90-FF989B2C1A21@microsoft.com...
> Can this be disabled somehow in IIS for 2000 and 2003?

Re: disable http 1.0 capabilities

am 23.10.2007 18:58:40 von Kristofer Gafvert

Hello,

As far as i know this functionality is not available. You can however
probably write an ISAPI filter that checks if the HTTP request is HTTP
1.1, and respond accordingly.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Terry wrote:

>Can this be disabled somehow in IIS for 2000 and 2003?

Re: disable http 1.0 capabilities

am 23.10.2007 21:10:04 von Terry

That's an interesting idea. I bet some load balancer/proxies can control
this too but that doesn't apply to me. I was hoping for something 'out of
the box'. :)

"Kristofer Gafvert" wrote:

> Hello,
>
> As far as i know this functionality is not available. You can however
> probably write an ISAPI filter that checks if the HTTP request is HTTP
> 1.1, and respond accordingly.
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Terry wrote:
>
> >Can this be disabled somehow in IIS for 2000 and 2003?
>