Postman提示Could not get any response的解决办法

本文提供了大量的解决方法,请一个一个尝试,稍安勿躁
Postman提示Could not get any response的解决办法

确认基本情况

  • 确认服务已经正确开启
  • 确认请求地址请求方法等填写正确(httpshttp 一定要区分清楚)

关闭SSL证书验证

  • File -> Settings
    Postman提示Could not get any response的解决办法
  • SSL certificate verification 设置为OFF
    Postman提示Could not get any response的解决办法

关闭代理

Postman提示Could not get any response的解决办法

设置超时时间

Postman提示Could not get any response的解决办法

检查请求参数

如果上面都不可以,请认真的检查一下请求参数是否含有回车,空格等不可见字符
Postman提示Could not get any response的解决办法