Hello,
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 pass the initially login string like such:
https://login.clickbank.net/login/?task=login&decline=http://www.clickbank.com/login.html
&nick=<USERNAME>&pass=<PASSWORD>
then after the string has been submitted remotely, we need to execute the next
string to obtain the account data records for a specific date range, like such:
https://login.clickbank.net/orders/?token=&site=omitted&month=8&day=0&span=0&name=&item=&ticket=&status=0&email=&format=csv
then the data is processed into the client's database. The clickbank account is
owed by the client and has the proper login data to log in.
But the problem is without this token value(a secure cookie) to pass to their
system, it fails. I assume this is for security reasons ... obviously. I was
hoping that someone maybe fimilar with Clickbank and may know of way to safely
obtain the export data in this manner.
We are using the LWP to execute the remote string, but their may be a better way
to do this.
Any suggestion or help would be much appreciated.
Mike(mickalo)Blezien
===============================
Thunder Rain Internet Publishing
Providing Internet Solution that Work
===============================
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>