Re: [twsocket] THttpServer Authentication

2006-09-08 Thread xmedia
Thank you for all your help. I managed to get it work.:-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Friday, September 08, 2006 2:41 PM To: ICS support mailing Subject: Re: [twsocket] THttpServer Authentication xmedia wrote

Re: [twsocket] THttpServer Authentication

2006-09-07 Thread Arno Garrels
rt mailing > Subject: Re: [twsocket] THttpServer Authentication > > That is a reference variable parameter! You need to pass the correct > password for the user specified to the component by assigning to the > variable! > > Regards, > > SZ > > - Original Messa

Re: [twsocket] THttpServer Authentication

2006-09-07 Thread xmedia
Subject: Re: [twsocket] THttpServer Authentication That is a reference variable parameter! You need to pass the correct password for the user specified to the component by assigning to the variable! Regards, SZ - Original Message - From: "xmedia" <[EMAIL PROTECTED]> To: "

Re: [twsocket] THttpServer Authentication

2006-09-07 Thread Fastream Technologies
ent: Friday, September 08, 2006 8:30 AM Subject: [twsocket] THttpServer Authentication : Hi, : : I am wondering anybody here can give an example on how to build a password : protected web server using THttpServer. : : I tried to setup a basic authentication for THttpServer. But it seems that : Htt

[twsocket] THttpServer Authentication

2006-09-07 Thread xmedia
Hi, I am wondering anybody here can give an example on how to build a password protected web server using THttpServer. I tried to setup a basic authentication for THttpServer. But it seems that HttpServer1AuthGetPassword event always give an empty Password (I use ShowMessage(Password) in C++ Buil