http://www.perlmonks.org?node_id=545673


in reply to Login and htaccess

The LWP::UserAgent module will follow up to 7 redirects (by default) and you could set it for Basic Authendication with $ua->credentials .

Replies are listed 'Best First'.
Re^2: Login and htaccess
by monarch (Priest) on Apr 26, 2006 at 05:33 UTC