I am working on log-in scenario for Jmeter. Once I logged-in, I am redirected to the below request:
How do I extract the Query String Parameters "tx" and "p" and "X-CSRF-TOKEN" that is in the request headers? What is the regular expression to get the values? I will use the value to the next succeding request. Thanks