SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AuthBasic Property

Enables or disables basic authentication.

Object Oriented Interface

public function getAuthBasic();
public function setAuthBasic($value);

Procedural Interface

secureblackbox_httpserver_get($res, 3 );
secureblackbox_httpserver_set($res, 3, $value );

Default Value

false

Remarks

Use this property to enable or disable basic user authentication in the HTTP server.

Data Type

Boolean

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