SecureBlackbox 2020 PHP Edition

Questions / Feedback?

UseDigestAuth Property

Enables or disables the HTTP Digest authentication.

Object Oriented Interface

public function getUseDigestAuth();
public function setUseDigestAuth($value);

Procedural Interface

secureblackbox_websocketclient_get($res, 139 );
secureblackbox_websocketclient_set($res, 139, $value );

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.

Data Type

Boolean

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