How prevent redirect in flasgger requests?

125 Views Asked by At

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?

0

There are 0 best solutions below