but this just gives me the default page not my page after i log in.#!/usr/bin/perl use strict; use HTTP::Request; use LWP::UserAgent; my $ua = LWP::UserAgent->new; my $req = HTTP::Request->new(POST=>'http://perlmonks.com/index.pl'); $req->authorization_basic('maddfisherman', '********'); my $content = $ua->request($req)->as_string;
In reply to Re: Re: login???
by maddfisherman
in thread LWP and Logging into webpages
by maddfisherman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |