postman导入cURL命令请求

Posted smileNicky

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postman导入cURL命令请求相关的知识,希望对你有一定的参考价值。

按f12,找一下请求的链接,选择对应的接口链接,右键,然后选择copy->copy as cURL(bash)即可

在postman里选择这个import按钮,选择raw text,然后黏贴数据

选择import

导入成功,在postman就可以直接测试

以上是关于postman导入cURL命令请求的主要内容,如果未能解决你的问题,请参考以下文章

postman导入 curl

将浏览器请求直接导入到 Postman Apifox 中

postman导入curl命令

如何将此 curl 请求转换为 Postman 请求

postman生成curl命令和request

将 Postman“获取新的授权令牌”转换为 curl 命令