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中出现的Couldnotgetanyresponse错误原因,包括服务器响应失败、自签名SSL证书被阻止、代理配置不正确及请求超时等问题,并提供了具体的解决步骤,如确保后台正常工作、调整SSL证书验证设置、检查代理配置和修改请求超时时间。
6028

被折叠的 条评论
为什么被折叠?



