基于Postman中的报错

Posted chalkbox

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于Postman中的报错相关的知识,希望对你有一定的参考价值。

Postman中的报错:

Could not get any response 错误

Could not get any response
There was an error connecting to http://127.0.0.1:8888/api/private/v1/login.
Why this might have happened:
The server couldn‘t send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this by turning off ‘SSL certificate verification‘ in Settings > General
Proxy configured incorrectly
Ensure that proxy is configured correctly in Settings > Proxy
Request timeout:
Change request timeout in Settings > General

  原因:为打开接口文件 app.js

解决方法:

API项目中 shift+右键  打开命令行输入:node app 运行

报错解决!

 

 

以上是关于基于Postman中的报错的主要内容,如果未能解决你的问题,请参考以下文章

ELK部署和过程中的报错汇总

Python 向 Postman 请求代码片段

java中的报错机制

postman---Run collectios报错(An error occurred while running this request. Check Postman Console for m

postman 自动生成 curl 代码片段

postman 自动生成 curl 代码片段