Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: User defined headers in Ajax True Client Protocol

$
0
0

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, 


Viewing all articles
Browse latest Browse all 12134

Trending Articles