标签:text ast error 浏览器 return pos turned cookie 右键
问题原因:缺少cookie导致解决方法1:
在Headers中添加cookie参数,value值从浏览器的请求接口中复制
解决方法2(推荐):
选择 Network 找到对应的请求,右键选择 Copy - Copy as cURL (bash)
然后在 Postman 中选择 Import - Paste Raw Text,将复制的 cURL bash 命令黏贴进去,导入即可。
这样测试带登陆态的接口就方便多了。可以随意复制,修改 URL 及 body 就可以调试其他类似接口了
Postman Parse Error: The server returned a malform
标签:text ast error 浏览器 return pos turned cookie 右键
原文地址:https://blog.51cto.com/254698001/2540778