I check below code in cmd - its not redirected to another url.
curl -X POST "http://localhost:5555/login" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"email\": \"admin\", \"password\": \"admin\"}"
But when i click in browser Execute
- its catch redirect and output is incorrect. How disallow redirect for it?