欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

Postman Could not get any response

发布时间:2024/9/20 编程问答 36 豆豆
生活随笔 收集整理的这篇文章主要介绍了 Postman Could not get any response 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

在使用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 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

我试了一下修改:

都没有能够成功;

后来我仔细检查,是Headers中的某个key多了个空格,把这个空格去掉后就正常了;

自己做的测试把ssl关闭后就不报上面的错误啦。
————————————————
版权声明:本文为CSDN博主「Choi晨」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_35605213/article/details/89643950

总结

以上是生活随笔为你收集整理的Postman Could not get any response的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。