| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: SV: Can some find that out here , with this cookie
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 25 Jun 2001 11:34:55 +0200 (MET DST)
On Thu, 21 Jun 2001, Rene R. Nielsen wrote:
> <form action=default.asp method=post id=form1 name=form1>
[cut off and saved in file 'moo']
% perl formfind.pl < moo
> 1. curl --dump-header header --max-time 120 --user-agent "Opera/5.0 (Windows
Wrong, this doesn't POST.
> 2. curl -o 11.html -b header --max-time 120 --user-agent "Opera/5.0 (Windows
Neither does this.
> 1. curl --dump-header header -d
This POSTs as it should, but only fills in four of the values.
> 2. curl -o 11.html -b header -d
There's a difference between these?
> i also have try alot more, but i do not get a out put like, as i get it
The ACTION line in the form tag says 'default.asp' and thus you should use
curl -d jobtype=925 -d region=23 -d FindFirma=moo -d search=text -d \
Yes, you might need -A, -L and/or -b as well. Just keep on testing.
--
Daniel Stenberg -- curl dude -- http://curl.haxx.se/
Received on 2001-06-25
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info