SecureBlackbox 2020 Python Edition

Questions / Feedback?

allow_origin Property

Specifies the content of AllowOrigin header of the service reply.

Syntax

def get_allow_origin() -> str: ...
def set_allow_origin(value: str) -> None: ...

allow_origin = property(get_allow_origin, set_allow_origin)

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.

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