I have this structure:
HTTP request
- HTTP Header
- Random Variable (variable name: ranVar)
In HTTP request, the 'body' uses a 'Unique' variable: "id":${ranVar}
Now I want to spread the load across 2 Slaves' IPs. But the problem is that 50% of requests fail because the random variable is the same in 2 requests spread across 2 systems. How can I resolve this?
I have tried by starting the load on 2 systems at the different time, but it doesn't resolve the purpose.