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: gscottjones:mchsi at: 13-Aug-2002 10:04

Hi, Stéphane, From: "DIDIERJEAN Stéphane (CMG)"
> Thank you for all the help I got, I solve my > problem with the solution of scott, I pass > the username and password in the URL,
Glad it worked.
> it's not very secure but it works fine.
The http scheme encodes the username and password. While it is not passed as "clear text," it is certainly not encrypted either. The rfc that defines basic authentication explains this fact further, and it appears as though REBOL supports the standard. I suspect that Internet Explorer sends the information in the same format (encoded but not encrypted), so there is little difference.
> By the way It doesn't seem to be a http refinement > in system/options, so I canno't test this solution.
As Brett indicates the location apparently changed after this documentation was written (?). Now at:
>> system/schemes/http/user-agent
== "REBOL 1.2.1.3.1" Occasionally, a website can be very picky, in which case changing this user-agent can be very important. Apparently it was not the problem in your situation. Happy REBOLing --Scott Jones