SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AllowOrigin Property

Specifies the content of AllowOrigin header of the service reply.

Object Oriented Interface

public function getAllowOrigin();
public function setAllowOrigin($value);

Procedural Interface

secureblackbox_dcauthwebserver_get($res, 2 );
secureblackbox_dcauthwebserver_set($res, 2, $value );

Default Value

''

Remarks

Use this property to specify the content of AllowOrigin header included with the service reply. If left empty, the * header will be returned.

Data Type

String

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