cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Problem in post data

From: viswa <viswa_at_odysseytec.com>
Date: Sun, 14 Jan 2007 10:13:41 +0530

Hi Daniel,

Thank you for your reply.

I have one more quote for you,how can i reuse ssl session Id when i invoke
curl with multiple conf files.

The major reason behind the single conf file with multiple urls is it to
reuse the ssl session id for all the urls.

with regards,
viswa
----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "the curl tool" <curl-users_at_cool.haxx.se>
Sent: Tuesday, May 08, 2007 7:24 PM
Subject: Re: Problem in post data

> 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-09