Urgente GET HTTP 1.0

Pessoal estou tentando dar um GET HTTP 1.0 na pagina www.alltheweb.com mas não estou conseguindo ele pega a seguinte página.

HTTP/1.1 400 Bad Request
Date: Tue, 26 Oct 2004 19:29:40 GMT
P3P: policyref=“http://p3p.yahoo.com/w3c/p3p.xml”, CP=“CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV”
Connection: close
Content-Type: text/html

<html>HTTP Client error. Please upgrade your browser.</html>

Alguma sugestão nesse caso pessoal
VLwwww

[quote=“jerrold”]Pessoal estou tentando dar um GET HTTP 1.0 na pagina www.alltheweb.com mas não estou conseguindo ele pega a seguinte página.

HTTP/1.1 400 Bad Request
Date: Tue, 26 Oct 2004 19:29:40 GMT
P3P: policyref=“http://p3p.yahoo.com/w3c/p3p.xml”, CP=“CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV”
Connection: close
Content-Type: text/html

<html>HTTP Client error. Please upgrade your browser.</html>

Alguma sugestão nesse caso pessoal
VLwwww[/quote]

GET / HTTP/1.0 (\r\n)
\r\n

[quote=“mavi”][quote=“jerrold”]Pessoal estou tentando dar um GET HTTP 1.0 na pagina www.alltheweb.com mas não estou conseguindo ele pega a seguinte página.

HTTP/1.1 400 Bad Request
Date: Tue, 26 Oct 2004 19:29:40 GMT
P3P: policyref=“http://p3p.yahoo.com/w3c/p3p.xml”, CP=“CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV”
Connection: close
Content-Type: text/html

<html>HTTP Client error. Please upgrade your browser.</html>

Alguma sugestão nesse caso pessoal
VLwwww[/quote]

GET / HTTP/1.0 (\r\n)
\r\n[/quote]

Eu uso o
outbound.writeBytes(“GET / HTTP/1.0\r\n\r\n”);
e não esta funcionando

[quote=“jerrold”][quote=“mavi”][quote=“jerrold”]Pessoal estou tentando dar um GET HTTP 1.0 na pagina www.alltheweb.com mas não estou conseguindo ele pega a seguinte página.

HTTP/1.1 400 Bad Request
Date: Tue, 26 Oct 2004 19:29:40 GMT
P3P: policyref=“http://p3p.yahoo.com/w3c/p3p.xml”, CP=“CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV”
Connection: close
Content-Type: text/html

<html>HTTP Client error. Please upgrade your browser.</html>

Alguma sugestão nesse caso pessoal
VLwwww[/quote]

GET / HTTP/1.0 (\r\n)
\r\n[/quote]

Eu uso o
outbound.writeBytes(“GET / HTTP/1.0\r\n\r\n”);
e não esta funcionando[/quote]

Ah sim, veja o erro:

<html>HTTP Client error. Please upgrade your browser.</html>

O servidor só deve estar aceitando requests de HTTP/1.1.

Muda sua aplicação pra fazer HTTP/1.1 e buenas.