SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

use_digest_auth Property

Enables or disables the HTTP Digest authentication.

Syntax

def get_use_digest_auth() -> bool: ...
def set_use_digest_auth(value: bool) -> None: ...

use_digest_auth = property(get_use_digest_auth, set_use_digest_auth)

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]