jjk2 Posted May 28, 2008 Share Posted May 28, 2008 well great success i am able to login to some sites using curl running on my webserver. http://myserver.com/curl.php the script logs me in fine and loads the index.php however going to http://theactualsite.com/index.php, i discovered i am not logged in ? is there a way to transfer the cookie generated with curl.php to the user so that he can go to actual site and find himself logged in ? Link to comment https://forums.phpfreaks.com/topic/107586-noobie-curl-question/ Share on other sites More sharing options...
corbin Posted May 28, 2008 Share Posted May 28, 2008 For all practical reasons, the answer is no. (Would technically be possible, but would put a lot of ... err... know-how on the end user.) Why wouldn't they just go to theactualsite.com and login? Sounds to me like you're either trying to make a password manager, or harvest passwords... lol Link to comment https://forums.phpfreaks.com/topic/107586-noobie-curl-question/#findComment-551441 Share on other sites More sharing options...
rhodesa Posted May 28, 2008 Share Posted May 28, 2008 Both sites would need to acknowledge the sharing of information and use a common mechanism like OpenID Link to comment https://forums.phpfreaks.com/topic/107586-noobie-curl-question/#findComment-551589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.