I have used login API to test in Jmeter.
For that I have passed request:
POST URL: .... POST data parameters: "email Address": "[email protected]","password": "ad332017"
For the above request i am getting two different responses.
On postman: I am getting response with status code 200 OK (which is expected too)
ON Jmeter I am getting response: Response code: 307 Response message: Temporary Redirect.
Anyone who can help me to solve this problem?