I am working with Jmeter to do load testing. I created a simple login script using BlazeMeter. Then I imported the file into Jmeter. Whenever I try to run the script, it fails. The problem I encounter here is that 2 of my https requests I receive a 403 and 500 response code.
enter image description here Output
I added an HTTP Authorization Manager to try and solve this but it is not working. Do you have any suggestions on how to resolve this? I tried adding post processors but couldn't make them work.