set-http-header
The set-http-header
action Sets a custom header for HTTP requests. It belongs to the http category within the network area.
Action Syntax
set-http-header "text" "text"
A quoted text string followed by A quoted text string
set-http-header "text" $variable
A quoted text string followed by A variable name starting with $
set-http-header $variable $variable
A variable name starting with $ followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-http-header "name" "value"
// Using Variables
// Display dynamic content from variables
set-http-header "name" $value-var
Action code: 1558042258
Version: 0.6.4-9
Last updated: 2025-06-13