Re: [Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Toni
Thanks for such a quick answer! Toni En/na Benoit Minisini ha escrit: > On mercredi 14 janvier 2009, Toni wrote: > >> Hi, >> I'm programming a CGI using Gambas2 and I want to implement "basic http >> authentication" into it, but I have two problems to get it done: I Don't >> know how to get Re

Re: [Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Toni wrote: > Hi, > I'm programming a CGI using Gambas2 and I want to implement "basic http > authentication" into it, but I have two problems to get it done: I Don't > know how to get Request HTTP Headers (I couldn't find something like > "Request.Header[]"). The other

[Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Toni
Hi, I'm programming a CGI using Gambas2 and I want to implement "basic http authentication" into it, but I have two problems to get it done: I Don't know how to get Request HTTP Headers (I couldn't find something like "Request.Header[]"). The other problem is that I haven't been able to find a