SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReqParamsReferer Property

The Referer property of the HTTP request header specifies the address of the resource from which the Request-URI was obtained (the referrer).

Object Oriented Interface

public function getReqParamsReferer();
public function setReqParamsReferer($value);

Procedural Interface

secureblackbox_httpclient_get($res, 95 );
secureblackbox_httpclient_set($res, 95, $value );

Default Value

''

Remarks

The Referer field of the HTTP request header specifies the address of the resource from which the Request-URI was obtained (the referrer).

This property is not available at design time.

Data Type

String

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