matthewt-assurity commented on issue #6224:
URL: https://github.com/apache/jmeter/issues/6224#issuecomment-2785120594

   I appear to be facing the same issue as you. In my case:
   1. I have a Header Manager nested just underneath the Test Plan. This 
applies its headers to all samplers as expected.
   2. I have a login API which returns a token, and this gets correlated in a 
JMeter variable.
   3. I have another Header Manager nested underneath an API call that happens 
after login (and requires the token to authorize). 
   4. I have steps 1 - 3 in a thread group. I have set the thread group to run 
with 1 thread and 2 loops. The first loop works successfully, but on the second 
loop the headers from the second Header Manager are not being added to the API 
call after login.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to