in reply to Grabbing Webpages with Usernames and Passwords

Assuming you want to do http basic authentication (the kind where your browser pops up a window asking you for your username and password, as opposed to authentication where you enter your username and password in a form on another page), you can use an URL like the following:

http://username:password@some.site/path/to/file

I hope this helps!

--
mowgli

  • Comment on Re: Grabbing Webpages with Usernames and Passwords