in reply to LWP and HTML 302 Error
You're using the UserAgent. Why don't you try the following subroutine provided by it:
$ua->credentials($netloc, $realm, $uname, $pass)
More info: here (Offsite to CPAN)
This method should allow you to set your usename and password for the realm you are trying to post to and thus hopefully give you the permissions you need to post.
Arun
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: LWP and HTML 302 Error
by PodMaster (Abbot) on May 21, 2002 at 20:19 UTC |