Sorry if my question gets a bit confusing. I will try my best to explain the situation, and it might be a stupid question as well. (Sorry in both cases)
So, I have a JMETER script where I have to authorize the request using CMS URL(HTTP Sampler). To create the Signature, I need the PATH (URI Path) from my HTTP Request Sampler. If it was only one sampler, I could have hardcoded it, but I have more than fifteen HTTP Samplers where I have to use CMS Authentication.
My question is: Is there a way I could use the $PATH from each sampler in a BeanShell Preprocessor and create an Authorization Signature and then add it to the HeaderManager? Sorry if it got confusing, but any help would be really great. Thanks in advance!!!