Http 调试-Postman 的使用
下载地址
https://www.postman.com/downloads/
Postman 与测试
postman 使用教程,接口自动化测试_全栈工程师开发手册(原创)(腾讯内推)-CSDN博客_postman接口测试教程
https://blog.csdn.net/luanpeng825485697/article/details/83507112
1 | newman -version |
查看版本信息
1 | newman run D:\postman_collection.json |
运行 json
postmanlabs/newman
postmanlabs/newman: Newman is a command-line collection runner for Postman
https://github.com/postmanlabs/newman
Spring Boot开发中利用 postman 图片上传提示 Required request part ‘file’ is not present
需使得 file 参数与 Controller 里面的 @RequestParam 里面的 file 对应
使用记录
windows 使用 curl 请求数据。
- 从浏览器中拷贝 curl bash 内容,由于只适用于 linux 所以需要进一步进行加工。
- 单引号转成双引号;\ 转成 ^;百分号需要进行转义。
问题总结
在 postman 的 Collection 请求方式为 Bearer Token 报错 异常信息: Unable to read JSON value: "
将录入框中去掉 Bearer 就好了。
解决 postman 报错:Error: Maximum response size reached
修改Postman设置:通用 -max response size in MB