
February 24th, 2000, 12:09 PM
|
|
Junior Member
|
|
Join Date: Feb 2000
Location: Culver City, Ca
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I have a script runs in the browser & references the users cookie in the process. I want to run this script server-side but need to pass the cookie to make it work properly. I found this script in this forum;
fputs($fp,"GET $page?$params HTTP/1.0n");
fputs($fp,"Authorization: Basic $codenn");
and it does http authentication. I'm hoping that a similar method can be used to pass the cookie.
Any help would be appreciated.
|