解决postman发送请求显示could not get any response

postman发送请求显示如下图这样


网上一般有两种解决方案,例如这个博主这样

https://www.cnblogs.com/kaibindirver/p/9682557.html

关闭掉证书和代理。

如果还不能解决,请注意下headers是否输入有错,最简单的和我一样,把所有key都删掉只留一个Content-type(建议手打,免得复制有空格回车换行之类的,也肯定会有问题),像这位老哥一样

https://blog.csdn.net/zoulonglong/article/details/80596634

这样再发包试一下,ok,解决了,有返回值了!


你可能感兴趣的:(解决postman发送请求显示could not get any response)