Redis – Cookies working with postman but not with vuejs
I have a flask server running on http://127.0.0.1:5000 and a vuejs frontend running on http://localhost:8080 I have made the api and tested it with postman and everything works as expected:( POST request to /login -> login successful -> perform actions…