Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图导出我的 Postman 收藏,但它没有导出 Cookie。有什么方法可以用来导出 cookie 以及我的请求吗?
您可以将 cookie 存储为环境变量,也可以从环境变量中读取/设置它们。然后,您还需要导出环境。
pm.environment.set('my_cookie', pm.cookies.get('cookie'));