I am trying to do a performance test for an application in which when the user hits the login URL with Credentials, it redirects to another URL and proceeds so on.
I checked the Csrf token supplied to the Url and it is correct. I also checked the user credentials supplied in header data and it is also correct. I even checked for session id and it is static till the redirection happens. I unable to extract a token for active session since the redirection happens with error. can someone help with what is wrong in this scenarios.
Tried with Follow redirects option and getting the below error.. when tried with automatically redirect no error found but invalid session response was shown.
Request: enter image description here
Response: enter image description here