UseDigestAuth Property
Enables or disables the HTTP Digest authentication.
Syntax
property UseDigestAuth: Boolean read get_UseDigestAuth write set_UseDigestAuth;
Default Value
false
Remarks
Digest authentication is more advanced than the Basic scheme, as it does not send the username and password in plain text and is immune to replay attacks.
Digest authentication is standardized in RFC 2617.