cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

send cookie data to the third party site

From: haroon ahmad <haroon_at_fastcreators.com>
Date: Sat, 12 May 2007 22:37:21 +0300

the process flow is as,

1 - a browser window opens on my server and fetch a page from third party
site, in this step it generates a cookie which is stored on my server of
course, this cookie has a URL.

2 - visitor can select a value and submit then the control is totally
shifted to the third party site

3 - after three similar forms finally the site uses the URL from its cookie
to send output

now my problem is that i have only the first step on my server and visitor
is sent to the third party site from second step, i did http sniffing and
have tracked that when the visitor goes to the second step the cookie value
is left on my server and the third party site doesn't have that URL in it
generated in the first step

Can anybody guide me please how can I send the cookie generated from the
first step which is stored on my server to the third party site in the step
2 so that that URL can be added to third party site cookie?

is there any header technique etc we can use?

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2007-05-12