[twsocket] HttpServer and password...

2011-06-05 Thread zayin
Hello, HttpServer version 7.29. I set the server to: HttpServer.AuthTypes:=[atBasic,atDigest] The user tries to logon and enters his name. For this user he does not have a password and that is OK with me. The browser is using digest mode. The password field is blank in OnAuthGetPassword. I do n

Re: [twsocket] HttpServer and password...

2011-06-05 Thread Francois PIETTE
The password field is blank in OnAuthGetPassword. I do not change the 'Password'. It is #0. You should probably change Password to the empty string. #0 is /not/ the empty string. This has been designed so that you can use an empty password which is different than not changing Password var para

Re: [twsocket] HttpServer and password...

2011-06-05 Thread zayin
Hello, >> The password field is blank in OnAuthGetPassword. I do not change the >> 'Password'. It is #0. >You should probably change Password to the empty string. #0 is /not/ the >empty string. This has been designed so that you can use an empty password >which is different than not changing Pa

Re: [twsocket] HttpServer and password...

2011-06-05 Thread Francois PIETTE
The password field is blank in OnAuthGetPassword. I do not change the 'Password'. It is #0. You should probably change Password to the empty string. #0 is /not/ the empty string. This has been designed so that you can use an empty password which is different than not changing Password var param