浏览器输入地址可以返回结果,但是由于返回的json没有格式,看起来比较麻烦,用postman却报错Could not get any response. 可以注意到下面写了可能的情况:比如服务器无响应(由于浏览器可以访问,所以排除这个),ssl证书问题等等,这里提示可以在setting–>general里面关闭,去设置后问题解决. 原因:用浏览器访问时,地址栏提示了该路径不安全,所以出发了ssl证书相关的东西. --------------------- 作者:linlinxie 来源:CSDN…
在使用postman时遇到的小问题,记录一下: 报错信息如下: Could not get any response There was an error connecting to https://xxxxxxxxxxxxx/uatservices/customer-api/user/verify/code/photo. Why this might have happened: The server couldn't send a response: Ensure that the back…
最近在学习postman官方文档, 顺势翻译出来,以供学习! postman断言是JavaScript语言编写的,在postman客户端指定区域编写即可. 断言会在请求返回之后,运行,并根据断言的pass\fail情况体现在最终测试结果中. 1.设置环境变量--Setting an environment variable postman.setEnvironmentVariable("key", "value"); 2.设置全局变量--Set a global v…
这段时间一直在学习postman,在请求中使用断言,很多人不是很了解postman断言,其实呢,postman断言是JavaScript语言编写的,在postman客户端指定区域编写即可. 1.设置环境变量--Setting an environment variable postman.setEnvironmentVariable("key", "value"); 2.设置全局变量--Set a global variable postman.setGlobalV…