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:
and here:
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
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:
and here:
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
Comment