Re: libwww-perl authorization problem

2010-02-28 Thread Peter Scott
On Thu, 18 Feb 2010 11:32:01 -0800, cerr wrote: > I'm trying to login to a ssl encrypted webinterface with authrization > uing LWP but I don't get authorized for some reason and i can't figure > out why not. > My code: > my $url = 'https://192.168.167.166/'; # Yes, HTTPS! my $browser = > LWP:

libwww-perl authorization problem

2010-02-19 Thread cerr
Hi There, I'm trying to login to a ssl encrypted webinterface with authrization uing LWP but I don't get authorized for some reason and i can't figure out why not. My code: my $url = 'https://192.168.167.166/'; # Yes, HTTPS! my $browser = LWP::UserAgent->new; $browser->credentials( 'ht