Home > Backend Development > PHP Tutorial > postman:Could not get any response如何解决?

postman:Could not get any response如何解决?

PHPz
Release: 2020-09-05 13:31:50
Original
11380 people have browsed it

解决方法:首先关闭掉ssl证书验证;然后关闭掉代理;接着去掉请求头的“Content-Length”字段;最后检查key是否有空格,并重新输入一遍即可。

postman:Could not get any response如何解决?

本篇文章给大家介绍一下postman 请求 页面出现 Could not get any response的解决方法。有一定的参考价值,有需要的朋友可以参考一下,希望对大家有所帮助。

postman:Could not get any response的解决方法:

1、关闭掉证书

1.png

2、再关闭掉代理

2.png

3、去掉请求头的Content-Length字段 (或者一个个试请求头的值,看去掉那些就请求成功了)

后记:

网友 @ 重庆张晓祥 提供了个线索

3.png

确实让我想起以前我从浏览器哪里复制了请求头信息填到jmeter哪里,无端端key 和value 的值里面有空格 也会导致请求不成功,postman或许也有这个类似的问题

更多相关知识,请访问 PHP中文网!!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template