[GH] Curl: same target url, different params

fpayet 13 Jan, 2014
Hi,

I have a form with some [GH] Curl. Let say I have

Curl 1:
Target Url: http://www.url1.com
Params:
param1={param1}
param2={param2}

Curl 2:
Target Url: http://www.url2.com
Params:
id=1
param1={param1}
param2={param2}
param3={param3}

Curl 3:
Target Url: http://www.url2.com
Params:
id=2
param1={param1}
param2={param2}
param4={param4}
param5={param5}

Note that curl 2 and curl 3 have the same target url, but there params are differents.
So, in my case, the curl 1 works perfectly but the curl 2 and curl 3 doesn't works and I'm wondering if it's because they have the same target url or not. I don't see other reason.

Joomla version: 1.5.26
Chronoform v4

Someone can help me please ?

Thanks
Fabrice
GreyHead 13 Jan, 2014
Hi Fabrice,

I've already replied to your email about this. I don't know of any reason why there should be a problem using multiple cURL calls to the same URL though I've rarely needed to use more than one even to different URLs.

Bob
This topic is locked and no more replies can be posted.