I have a website that requires a custom header to access. How do I configure JMeter to only send this custom header to the main site URL/http request sampler, and not send it to any embedded resources such as appdynamics or googleapis?
Right now, I have several "HTTP Request" samplers trying to act like a browser by using HTTP Defaults and checking the "Retrieve All Embedded Resources" box. The request URL is in the form of "https://example.com/path/." This part needs the custom header to access. When retrieving embedded resources (like fonts.googleapis.com), the custom header should not be sent. Any ideas on how I can get this configured?