json – Postman – Error 400 Bad Request
json – Postman – Error 400 Bad Request
I also faced the same issue and i updated my postman header with the below image. And issue solved.
From the lack of details its difficult to offer a specific answer but I can offer something that you can try – The Request
data you posted in the question looks like you should be adding:
{
email: {email},
password: {password}
}
In the Body
section of the request but your images dont show that youve added that to the Body
on any request, youve added it as a Auth
header instead, so remove that before trying again. Im not sure of the need to add the Content-Length
header as that will change for different username and password combinations in the payload or for the length of the response.