Hellos friends at DigitalPoint. I have been searching tirelessly to find a fix for a problem I have been having with my proxy website. When someone attempts to login to facebook, nothing happens. I believe one has to edit a line in the PHP script, but I just do not know how to. Will someone please help? It will be greatly appreciated
Your proxy script needs to read any cookies sent to the user's browser, save them in a cookie jar (awesome name) and then when requesting the page send them in the HTTP Headers, the only cookies set on the users machine will be a session cookie, which is used to matchup the cookies sent during the session, with the user. Dan