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
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
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
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