I have a test configured in Jmeter for a HTTP basic auth-protected site. I have an HTTP Authorization Manager configured at the top level with the user/pass for this auth.
There's one http request buried deep in the thread ('Get configurable product options' in the pic below) that I do not want to send the Authorization header with: it's a REST call and I'm sending a bearer Authorization header instead.
I have a HTTP Header Manager assigned to this call with the specific Authorization header defined. All I want is for the Basic Auth header not to be sent, but I cannot for the life of me figure out how.
How do I override this so that the Authorization header set by the HTTP Header Manager overrides the one set by the Authorization Manager?