Urgente GET HTTP 1.0

3 respostas
J

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

3 Respostas

M

“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

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

J

“mavi”:
“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

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

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

M

“jerrold”:
“mavi”:
“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

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

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

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.

Criado 26 de outubro de 2004
Ultima resposta 28 de out. de 2004
Respostas 3
Participantes 2