SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_cookie Property

This header is expected to be assigned with cookies previously received from the server and stored by the client.

Syntax

def get_req_params_cookie() -> str: ...
def set_req_params_cookie(value: str) -> None: ...

req_params_cookie = property(get_req_params_cookie, set_req_params_cookie)

Default Value

""

Remarks

This header is expected to be assigned with cookies previously received from the server and stored by the client.

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