Hi,
In LoadRunner 11.5x and 12 there is a function Utils.addAutoHeader(header, value, merge) which
adds an HTTP header to every consecutive HTTP requests following this function. The arguments are:
header - The name of the header to be added.
value - The value of the header to be added.
merge - True value indicates to merge the value with an existing header by the same name, false indicates
There is also Utils.removeAutoHeader (header) function available.
For more details please review LaodRunner user guide in the section TruClient Functions.
Kind regards,