in reply to Re: HTTP::Headers, HTTP::Request, Authentication, LWP::Useragent
in thread HTTP::Headers, HTTP::Request, Authentication, LWP::Useragent

For one-off scripts it usually is really nice to use the fact that URLs have an optional "name:password@" between the protocol and the domain name. So you can write a URL like this:
http://your_name:your_password@www.nifty.com/some/page.html
  • Comment on Re (tilly) 2: HTTP::Headers, HTTP::Request, Authentication, LWP::Useragent
  • Download Code