卷曲有效,但邮差没有

Dar*_*der 6 curl google-chrome http chromium postman

当我用curl调用我的服务端点时,我得到了预期的响应:

> curl http://localhost:87/ping
> pong
Run Code Online (Sandbox Code Playgroud)

但是,当我在chrome中使用postman时,它无法得到任何响应(见下面的截图):

在此输入图像描述

我错过了什么?

hbn*_*991 2

我遇到了同样的问题,我关闭了文件->设置->常规下的 SSL 证书验证选项,它解决了问题。