The question is related to functioning of "HTTP Request Defaults" feature available in Jmeter.
Scenario: 1 In HTTP Request Defaults, we have two request parameters "from=1" and "size=10". These parameters are passed to every request by default.
However, there are two requests out of 100 where we don't need these parameters at all.
Is there a strategy we can follow to override the HTTP defaults for this particular scenario?