Bad Request (Invalid URL) in IIS6

Bad Request (Invalid URL) in IIS6

am 27.07.2007 16:03:04 von info

Hallo.
Is there a way to remove the "Bad Request (Invalid URL)" response
from http.sys in IIS6? I need to handle special proxy requests like:

CONNECT www.sslsite.com:443 HTTP/1.0
Host: www.sslsite.com


I tried to set AllowRestrictedChars to 1, but it is probably not the
way.

Re: Bad Request (Invalid URL) in IIS6

am 27.07.2007 21:57:34 von wadeh

Hello,

The request you describe below is not valid HTTP and should be rejected.
Have you tried actually putting a valid URL into the request? It would look
like:

CONNECT https://www.sslsite.com:443/ HTTP/1.0

I hope that this helps,
-Wade A. Hilmo,
-Microsoft

wrote in message
news:1185544984.852868.159130@w3g2000hsg.googlegroups.com...
> Hallo.
> Is there a way to remove the "Bad Request (Invalid URL)" response
> from http.sys in IIS6? I need to handle special proxy requests like:
>
> CONNECT www.sslsite.com:443 HTTP/1.0
> Host: www.sslsite.com
>
>
> I tried to set AllowRestrictedChars to 1, but it is probably not the
> way.
>