Loadrunner TC protocol

462 views Asked by At

How to add dynatrace header in TC protocol scripts of LoadRunner? Steps to add dynatrace header in TC protocol.Is it the same way we do in web http protocol i.e, cmd prompt or different?

1

There are 1 answers

0
Erxin On

There is a JS API to do these kinds of requirements. Please check the UtilsA.addAutoHeader(header, value, merge) from here. There is also a sync version of addAutoHeader, but the latest TruClient suggest to use the async version.