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
| Name | Type | Required | Default |
|---|---|---|---|
| name | string | Yes | - |
| value | string | Yes | - |
Example
ZhttpAddHeader{Authorization;Bearer mytoken123}