Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Re: LWP, SSL, 302

by seanbo (Chaplain)
on Aug 08, 2001 at 18:10 UTC ( [id://103045]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: LWP, SSL, 302
in thread LWP, SSL, 302

I tried sub-classing LWP::UserAgent and overriding the redirect_ok method to return one everytime as blakem did in his code (but opposite) here.
#I changed the return value sub redirect_ok { return 1; } #Now I get no page returned.


seanbo

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://103045]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-20 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found