Re: Accessing Clickbank Data

2006-08-26 Thread Mike Blezien
" Sent: Saturday, August 26, 2006 3:52 PM Subject: Re: Accessing Clickbank Data On 8/26/06, Mike Blezien <[EMAIL PROTECTED]> wrote: 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

Re: Accessing Clickbank Data

2006-08-26 Thread Tom Phoenix
On 8/26/06, Mike Blezien <[EMAIL PROTECTED]> wrote: 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. The cookie jar is implemented with HTTP::Cookies. http://search.

Re: Accessing Clickbank Data

2006-08-26 Thread Mike Blezien
Tom, - Original Message - From: "Tom Phoenix" <[EMAIL PROTECTED]> To: "Mike Blezien" <[EMAIL PROTECTED]> Cc: "Perl List" Sent: Saturday, August 26, 2006 1:59 PM Subject: Re: Accessing Clickbank Data On 8/25/06, Mike Blezien <[EMAIL

Re: Accessing Clickbank Data

2006-08-26 Thread Tom Phoenix
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

Accessing Clickbank Data

2006-08-25 Thread Mike Blezien
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 init