cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Problem in post data

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 8 May 2007 15:54:34 +0200 (CEST)

On Sat, 13 Jan 2007, viswa wrote:

> --url="https://banking/online.php"
> -d frmacc=john&toacc=peter&tbsamt=10000
> --url="https://banking/netbanking.php"
> -d accno=3333&stmtype=mini&fromdate=01&frommonth=01&fromyear=1980

curl can only do one POST string in one invoke, so it'll merge those two
strings and send the single identical POST to both URLs

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-05-08