Could someone help?
I would like to delete a certain (variable) parameter entered in Managed HTTP Headers in just one HTTP Request.
Thank you in advance!
Could someone help?
I would like to delete a certain (variable) parameter entered in Managed HTTP Headers in just one HTTP Request.
Thank you in advance!
Place the following code in the "Script" area
sampler.getHeaderManager().removeHeaderNamed('foo')
Replace foo
with the name of the header you want to remove.
Moreinformationon: