cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: HELP PLS :(

From: Alexander Lazic <al-curlusers_at_none.at>
Date: Mon, 13 Feb 2006 22:46:48 +0100

On Mon 13.02.2006 09:40, alsarkis_at_bil.com.mx wrote:
>Some one can help me!!!!

I hope so.

>When I put this URL
>http://www.scjn.gob.mx/Listas/Acuerdo/ListaConsultasFinal.asp?Organismo=26&Fecha=02/02/2006&Buscar=Buscar

>in my IE explorer I can get the page with information, but when I try
>to use curl liket this:
>
>curl -b cokkie -d "Organismo=26&Fecha=02/02/2006&Buscar=Buscar"
>http://www.scjn.gob.mx/Listas/Acuerdo/ListaConsultasFinal.asp
>
>I can not get information and .. :(

How about, i think the 'L' is very important for your purpose:

curl -c cookie.jar -Lv
'http://www.scjn.gob.mx/Listas/Acuerdo/ListaConsultasFinal.aspsmo=26&Fecha=02/02/2006&Buscar=Buscar'

--- a part entry of the page:

Consulta de Listas de Acuerdos de
Juzgados y Tribunales
.
.

---
>Thank You !!!!! :)
Your welcome ;-)
The LiveHTTPHeaders from
http://curlm.haxx.se/docs/relatedtools.html
can help in the future ;-)
regards && hth
Alex
Received on 2006-02-13