cURL / Mailing Lists / curl-users / Single Mail

curl-users

simulate post data on html form

From: Philippe Baudry <Philippe.Baudry_at_evidian.com>
Date: Wed, 14 Feb 2007 16:22:16 +0100

hi

emulation of html form filling with curl seems to us very interesting;
however i can't run this functionnality correctly

if we consider a very simple exemple as the input of a search criteria
in the google form

if i want to simulate the input of "red house" by exemple, i have tryed
these simple syntaxes without success

 curl --proxy clprox:80 --url http://www.google.fr -d "Recherche
Google"="red house"

or

 curl --proxy clprox:80 --url http://www.google.fr -F "Recherche
Google"="red house"

could you give me a curl syntax which runs correctly for this exemple

thanks a lot
Received on 2007-02-14