基于Postman中的报错
程序员文章站
2022-05-31 19:48:38
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 ......
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 运行
报错解决!
推荐阅读
-
基于MySQL数据库的UTF8中文网站全文检索的实现_PHP
-
Laravel中VerifyCsrfToken报错问题的解决方法分享
-
关于Cookie中带有中文乱码报错的问题解决
-
下载python中Crypto库报错:ModuleNotFoundError: No module named ‘Crypto’的解决
-
下一行就是$sql2的赋值,但是在运行程序的过程中,却报错,提示$sql2未声明,咋回事
-
基于php的CMS中展示文章类实例分析_PHP
-
基于Java中throw和throws的区别(详解)
-
基于PHP开发中的安全防范知识详解_php技巧
-
解决Python中字符串和数字拼接报错的方法
-
Spring MVC中基于自定义Editor的表单数据处理技巧分享