[REBOL] how to use a CGI script in secure mode ?
From: sdidierjean::yahoo::fr at: 12-Aug-2002 14:43
Hi,
I try to use a CGI script with rebol but I have this
error :
** User Error: Error. Target url:
http://unix:83/cgi/ServBafi.r?type=charge could not be
retrieved. Server response : HTTP/1.1 401
authorization Required
So how can I pass the user and passwd to my CGI script
? I tried something like this :
system/options/cgi/auth-type: "Basic"
system/options/cgi/remote-user: "toto"
But it didn't work.
Thanks in advance
Stephane