In the HTTP header manager check Content-Type value is set correct. In my case i had used application/x-www-form-urlencoded but i check in google console for inspect login page and it is text/html Changed to text/html and it works for me.