通过终端超时使用curl的Firebase POST

时间:2016-03-18 06:31:57

标签: curl firebase

通过终端使用curl的Firebase POST导致超时。 但是它在Postman中运行。有什么建议吗?

1 个答案:

答案 0 :(得分:1)

我已经解决了这个问题。对于那些遇到同样问题的人,

任何没有https的Firebase请求都会返回超时。
它与Postman合作,因为Postman会自动更改" http"请求进入" https"。

HTTPS is required