Reputation: 127
How to parse the response header to a variable in JMeter using regex.
Below is the sample snippet of headers.
Upvotes: 1
Views: 2372
Reputation: 127
1) Add an Post Processor (Regular Expression extractor) like below.
2) Write the condition like below snippet.
3) Print the value for your reference in a Bean Shell Sampler
${resp_header}
sample print snippet for reference.
Upvotes: 1