Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: web site authentication

From: gchiu:compkarori at: 2-Dec-2000 17:41

On Fri, 1 Dec 2000 18:18:21 -0800 "Larry Palmiter" <[larry--ecotope--com]> wrote:
> The standard full URL for http and ftp is (using http as > an example) > > http://user-name:[password--domain]:port-number/path >
Hi Larry, I tried that out on the site I wanted to access, and it did not work. However, by putting this in the headers sent to the site Authorization: join {Basic } enbase rejoin [ username ":" password ] I've managed to get authenticated. -- Graham Chiu