Parse将空400返回到POST请求

时间:2015-04-12 14:04:00

标签: rest post parse-platform http-post

每次我向Parse API发送一个非常小的请求:

POST /1/some_url HTTP/1.1
X-Parse-Application-Id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
X-Parse-REST-API-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json

{"data":"value"}

我得到同样的空回答:

HTTP/1.1 400 BAD_REQUEST
Content-Length: 0
Connection: Close

关于我可能出错的想法?​​

1 个答案:

答案 0 :(得分:0)

回答我自己的问题。在我的情况下,需要一个额外的标题:

Host: api.parse.com