I want to controll authentication with cookies. And In my browser working successfully. But When I tried to test with postman, Postman doesn't add cookie to new request.
- step - I login and response header like that:
But the response cookies tab like that:
And manage cookies window like that:
- step - I send a request to unprotected router and I get unauthorized error.
This error started today. I don't remember making any changes to the settings. Why Im getting this type error. How can I solve this?