[REBOL] Re: web site authentication
From: larry:ecotope at: 1-Dec-2000 18:18
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







