Tom,
----- Original Message -----
From: "Tom Phoenix" <[EMAIL PROTECTED]>
To: "Mike Blezien" <[EMAIL PROTECTED]>
Cc: "Perl List" <beginners@perl.org>
Sent: Saturday, August 26, 2006 1:59 PM
Subject: Re: Accessing Clickbank Data
On 8/25/06, Mike Blezien <[EMAIL PROTECTED]> wrote:
we are trying to setup an remote system to obtain account data records for
our
client, which can be exported out as HTML or CSV file. The problem is after
the
script remotely logs in, clickbank system sets a encrypted cookie called
'token'
for secure connections only.
We are using the LWP to execute the remote string, but their may be a better
way
to do this.
WWW::Mechanize is built atop LWP, so you shouldn't have to change your
code much.
http://search.cpan.org/~petdance/WWW-Mechanize/
Hope this helps!
The problem is retrieving the cookie it sets after the initial login, called
'token'. Without this, we can't obtain the account data. That's the part I
haven't figured out yet.
We can use the WWW::Mechanize module to similuate the login form, no problems
there, it's just the next step to obtain the cookie it sets ... or if it's even
possible to do.
Thx's
Mickalo
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>