How to delete session cookie in Postman?

后端 未结 12 1407
渐次进展
渐次进展 2020-12-05 01:18

I am testing my API in Postman and am having trouble simulating a log out.

If I do a call to delete the session cookie,

12条回答
  •  一向
    一向 (楼主)
    2020-12-05 02:10

    Manually deleting it in the chrome browser removes the cookie from Postman.

    In your chrome browser go to chrome://settings/cookies

    Find the cookie and delete it

    Edit: As per Max890 comment below (in my version of Google Chrome (ver 63)) this is now chrome://settings/content/cookies Then go to "See all cookies and site data"

    Update for Google Chrome 79.0.3945.88

    chrome://settings/siteData?search=cookies

提交回复
热议问题