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

[REBOL] Re: how to use a CGI script in secure mode ?

From: brett:codeconscious at: 13-Aug-2002 13:25

Check out http://www.rebol.com/docs/core23/rebolcore-13.html#sect2.2. Regards, Brett. ----- Original Message ----- From: "Stéphane Didierjean" <[sdidierjean--yahoo--fr]> To: <[rebol-list--rebol--com]> Sent: Monday, August 12, 2002 10:43 PM Subject: [REBOL] how to use a CGI script in secure mode ? 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