set-http-header
Action
Sets a custom header for HTTP requests
Syntax
set-http-header "name" "value"
with literal header name and value
set-http-header "name" $value-var
with literal name and variable value
set-http-header $name-var $value-var
with both name and value from variables