Jeremy wrote:
> However, the site posts username/password information to a jsp, not a
> cgi.
That doesn't matter - a form is a form is a form. The client just formats
and sends the form data according to HTTP rules; it doesn't know or care
how the server deals with its end.
> I have read the LWP::UserAgent and LWP::Simple documentation,
> and had no problem writing a script to authenticate to another site,
> but I haven't had any success here. Any suggestions?
The site you point to isn't using HTTP Authentication. There is a form in
the page you point to; you need to mimic what that form does by assigning
the user name and password to form inputs and submitting a get or post
request to the action URL.
If the site maintains state using cookies, you'll need to handle that as
well.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
Hire me! My resume:
http://www.dot-app.org