4
votes

I recorded a web page using JMeter which has produced several samplers. Each of those samplers (http request) has a config HTTP Header Manager. Is it really necessary to have that for each sampler or can I just maintain one at the thread group level. Of course some of those Headers have referer header element and some don't.

2

2 Answers

4
votes

You don't need one header per request, unless each request need a unique header.

You may not even need ONE at the threadgroup / test plan level, unless you are wanting to specify header information.

When you record, there is a checkbox in the HTTP Proxy to toggle capturing these.