How to delete session cookie in Postman?

后端 未结 12 1403
渐次进展
渐次进展 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:18

    You can use the Postman interceptor.That you can add into the chrome extension by this link:https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo

    This helps you send requests which use browser cookies through the Postman app. It can also send headers which are normally restricted by Chrome but are critical for testing APIs.

    And also you can enable by interceptor which is there beside the orange sync icon

提交回复
热议问题