【发布时间】:2016-10-27 09:21:15
【问题描述】:
我正在尝试使用 Windows 本机 Postman 应用程序 (V4.8.0) 将简单的 Get 命令发布到在 localhost 上运行的服务,但它们失败了。 Postman 控制台显示
错误:无法建立隧道套接字,statusCode=503
Get 命令的一个示例是以下对简单状态消息的请求。
https://localhost/api/admin/status
当定向到在外部服务器上运行的相同服务时,相同的命令会起作用。 他们还可以直接从 Chrome 和使用 Chrome Postman 扩展程序(也是 V4.8.0)发布到 localhost。
SSL 证书验证已关闭。
【问题讨论】:
标签: postman