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