problem doing a POST with cookie enable mode

Ben Goswami (ben.goswami@prio.net)
Thu, 11 May 2000 23:09:19 -0700


------=_NextPart_000_00C7_01BFBB9D.F074A8A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

I'm looking for a code that does a POST with username and password to a
website ALSO enable the netscape cookie
before making the request.
I mean ..
$njar =  HTTP::Cookies::Netscape->new (
                       File => '/staff/cookies.txt',
                       AutoSave => 1,);
....
$njar->add_cookie_header($req);

thx
ben

======================================================================


Ben Goswami
Infospace Inc.
(650) 567-1281
http://www.prio.net
Get cash back when you shop and dine, online and offline!  Learn more at
http://www.prio.net/join/now.html




------=_NextPart_000_00C7_01BFBB9D.F074A8A0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
I'm looking for a code that does = a POST with username and = password to a website ALSO enable = the netscape cookie
before = making the=20 request.
I mean = ..=20
$njar =3D  = HTTP::Cookies::Netscape->new=20 (
           &n= bsp;          =20 File =3D>=20 '/staff/cookies.txt',
        =             &= nbsp; =20 AutoSave =3D> 1,);
....
$njar->add_cookie_header($req);
 
thx
ben

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20

Ben Goswami
Infospace Inc.
(650) 567-1281
http://www.prio.net
Get cash back when you shop and dine, online and offline!  = Learn=20 more at http://www.prio.net/join/now.h= tml

 
------=_NextPart_000_00C7_01BFBB9D.F074A8A0--