【发布时间】:2018-09-29 21:39:43
【问题描述】:
我正在使用 Postman 提交请求。服务器响应
HTTP/1.0 302 Found
Location: https://services.****.com/*/***/ed36317f-8d77-4d62-9926-f9700bee9b6c
Server: ****
Connection: Keep-Alive
Content-Length: 0
邮递员遵循此重定向。我希望在 Postman 控制台中看到这个新请求。谁能告诉我如何查看 Postman 是如何形成新请求的?
【问题讨论】:
-
github.com/postmanlabs/postman-app-support/issues/4474 我看到 Postman 团队的评论“我确实看到了直接在控制台中显示中间请求的价值,所以我将把它添加为功能请求:)”跨度>
标签: postman