Hi Andy,
You can add the user and password into the url
e.g.
read ftp://user:[EMAIL PROTECTED]/
read http://user:[EMAIL PROTECTED]/
For more info see the how-to
http://www.rebol.com/howto.html#ftp.html
Cheers,
Allen K
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 9:25 AM
Subject: [REBOL] Accessing protected HTML pages
> Hello fellow REBOLites,
>
> I was really impressed to see how easy it is in Rebol to grab a web
> page using a single line of code:
>
> read http://www.xxx.com/thing.html
>
> but what if "thing.html" requires a username/password pair, can I
> still do this using Rebol?
>
> Best regards,
> Andy
>
>
>