Hi Graham

The standard full URL for http and ftp is (using http as an example)

http://user-name:password@domain:port-number/path

If you have "funny" characters in your password or username, you may need to
set up the 'scheme object instead of the simple URL above.

REBOL only does BASIC authentication, it does not handle the more advanced
encrypted authentication.

HTH
-Larry


----- Original Message -----
From: Graham Chiu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 01, 2000 2:36 PM
Subject: [REBOL] web site authentication


>
> Some sites you access bring up an authentication dialog
> where you have to enter your network username and password.
>
> Where does this come from?  How can I enter the values using
> Rebol?
>
> --
> Graham Chiu
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to