SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_referer Property

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

Syntax

def get_req_params_referer() -> str: ...
def set_req_params_referer(value: str) -> None: ...

req_params_referer = property(get_req_params_referer, set_req_params_referer)

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).

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