I solved my problem by loading the PROPER cookie file. I was failing before
because I was loading a cookie file in from a session in which I had not
checked an auto-login box. By creating a new cookie file from a browsing
session where I did check the box, I am able to access protected documents.


(    Andrew Johnson                                     ) 
  )  Marketing Writer                                   (
 (   Elias/Savion Advertising                          )
 (   Phone: 412.642.7700 Fax 412.642.2277   )
  )  www.elias-savion.com                            (
(    [EMAIL PROTECTED]            )
           

-----Original Message-----
From: John J Lee [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 14, 2005 4:15 AM
To: [email protected]
Subject: Re: Authentication problem?

On Sat, 12 Mar 2005, Andrew Johnson wrote:
> I've been wrestling with a script to scrape some information off of
[...]
> What else could I try?
[...]

Hi Andrew

Read some past messages on this list from me.  I think I've made the same
guesses about fifty times now ;-/ and most of the debugging hints are
always taken from the same fairly small set.  Feel free to come back if
you've tried those and are still stuck, of course!

IIRC this list is on gmane now, so it should be easy to search.

Does this list have a FAQ, anybody?

My own FAQs (Python, not Perl, but that's not really all *that* relevant):

http://wwwsearch.sourceforge.net/bits/GeneralFAQ.html
http://wwwsearch.sourceforge.net/ClientCookie/doc.html#debugging

Other standard responses:

1. use WWW::Mechanize

2. perdoc lwpcook


John

Reply via email to