postman接口测试_解决https接口报错“Could not get any reaponse”

前言

postman默认是打开ssl验证的,在调用https接口时会发生报错如下:

postman接口测试_解决https接口报错“Could not get any reaponse”

关闭ssl验证即可解决。

关闭ssl验证

右上角点击设置图标->点击Settings->关闭SSL验证

postman接口测试_解决https接口报错“Could not get any reaponse”

postman接口测试_解决https接口报错“Could not get any reaponse”

再次发送请求,接口调用成功

postman接口测试_解决https接口报错“Could not get any reaponse”

 

postman接口测试_解决https接口报错“Could not get any reaponse”

上一篇:使用AJAX上传图片


下一篇:关于css的display:flex;flex:grow,flex:shrink