gsa Posted January 29, 2007 Share Posted January 29, 2007 Hello,I've got the following problem. I want to connect to a web site located e.g. on some other sever. I want to fetch the page located under given url and I want to read information about a cookie(s) sent to me from this web site. This all should be done from my php script.Next, I want to send a copy of this cookie which I got from the web site to the user (this is doable, I'll figure out how to do that).Any ideas & suggestions how to do that??(fetching cookies from other servers) I think it is a complicated problem and don't know if php offers such advanced functionality as connections and retrieving information from other servers (especially cookies).thanx Link to comment https://forums.phpfreaks.com/topic/36156-retrieveing-a-cookie-from-other-web-site-with-my-php-script/ Share on other sites More sharing options...
trq Posted January 29, 2007 Share Posted January 29, 2007 You cannot fetch cookies from other servers. It is a security feature of http. Link to comment https://forums.phpfreaks.com/topic/36156-retrieveing-a-cookie-from-other-web-site-with-my-php-script/#findComment-171712 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.