Posts by Dmitri T • 126 points
1 post
-
1
votes1
answer73
viewsA: How to delete variables defined in the Header Manager in a given HTTP request (JMETER)
Add JSR223 Preprocessor as a child of your HTTP request Place the following code within the "Script" area sampler.getHeaderManager().removeHeaderNamed('foo') Substitute foo with the header name,…