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
    I don't believe that to be the case.

    He is submitting via CGI (a html form), and basic HTTP authentication is not handled through forms 95% of the time (he's not using basic http authentication).
     

    Look ma', I'm on CPAN.


    ** The Third rule of perl club is a statement of fact: pod is sexy.