Im doing a login in jmeter
Previously i sent a request login [options] where i get the cookie and save in a header variable,,second request is the login[POST] request which has credentials as payload and i set the cookie from previous req and send as a header(CookieManager.save.cookies property is set to true),and it worked ok
But currently getting 403 errors on login on Jmeter,,on investigation on UI im seeing the request login [options] no longer has any token as a response,,,,but login[POST] somehow has the token already set on request and thus can login successfully
I have tried looking where the xrsf token is generated but cant seem to find it as a response to any of the requests,,,yet login,registration etc have it on their headers on UI
keep cookie manager as global level, so that you dont need to pass via header manager to the every request level