|
|
Posted by JDS on 05/15/07 17:01
So, I'd like to create the following scenario:
1) Use cURL library within PHP (cURL + "Cookie Jar", et.al) to create a
virtual browser session that "logs in" to a remote site. (For example:
here:
http://curl.haxx.se/libcurl/php/examples/cookiejar.html
and here:
http://curl.haxx.se/libcurl/php/examples/ebay_login.html
2) Save the login credentials -- cookies, session vars, whatever -- and
pass that to the web browser so that now the web browser is logged in.
Is that possible?
How can one take the values in the cookie jar and create the same cookies
in the browser session?
etc.
Thanks!
--
JDS
Navigation:
[Reply to this message]
|