Need help with HttpWeb Request - Exception CR before LF

M

MauRos

Hello,

I need help using the httpweb request. I am getting an error when
trying to read the source code from the following web page:

http://babelfish.altavista.com/babelfish/tr?doit=done&urltext=Where+are+you&lp=en_es

The error I get in spanish is :
El servidor ha cometido una infracción de protocolo.
Section=ResponseHeader Detail=CR debe ir seguido de LF

which would translate to:
The server has commited a protocol infraction. Section= ResponseHeader
Detail=CR must be followed by LF

I am using asp.net 2.0. Does anyone know how to bypass this error?

thanks,

Mauricio
 
J

Joerg Jooss

Thus wrote MauRos,
Hello,

I need help using the httpweb request. I am getting an error when
trying to read the source code from the following web page:

http://babelfish.altavista.com/babelfish/tr?doit=done&urltext=Where+ar
e +you&lp=en es

The error I get in spanish is :
El servidor ha cometido una infracción de protocolo.
Section=ResponseHeader Detail=CR debe ir seguido de LF
which would translate to:
The server has commited a protocol infraction. Section= ResponseHeader
Detail=CR must be followed by LF
I am using asp.net 2.0. Does anyone know how to bypass this error?

See http://support.microsoft.com/default.aspx?scid=kb;EN-US;915599

Cheers,
 
Top