Jump to content

noobie curl question


jjk2

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.