docsFunctionsHttpZhttpAddHeader

ZhttpAddHeader

Adds a custom HTTP header by name and value that will be sent with all subsequent HTTP requests in the current execution.

Syntax

ZhttpAddHeader{name;value}

Arguments

NameTypeRequiredDefault
namestringYes-
valuestringYes-

Example

ZhttpAddHeader{Authorization;Bearer mytoken123}