cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

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

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET