Am extracting bearer token in jmeter.
In request 221, I have passed user defined variable first
In request 222, I have extracted the token using regex
In request 223, There is no authorization header value in HTTP Header Manager. I have manually added values in HTTP header manager. Name = Authorization & Value= Bearer ${BEARER}
Now there are multiple requests (e.g. 226, 227, 228, 229, 230, ...) and there is no authorization header in it. I need to pass values in HTTP header manager manually.
Is there any way to pass this values in one request and it will auto detect in all subsequent HTTP header manager? It has been time consuming while adding manually in each request.