Parse.com push api - randomly returns 404 -
Parse.com push api - randomly returns 404 -
i have problem parse api. i'm sending data:
{ "where": { "devicetype": "android" }, "data": { "action": "somestring", "aps": { "alert": "some title", "id": 4353453, "s": "some_short_string" } } }
to https://api.parse.com/1/push
using post
method headers:
content-type: "application/json", x-parse-application-id: "myid", x-parse-rest-api-key: "mykey", user-agent: "phpwebapiclient"
api returns status 200, returns 404. of course of study in case notifications wont work, , don't appear in parse admin. seems totally random, can't determine cause. interestingly api homecoming header:
http_code: "http/1.0 200 connection established"
no matter response code returned.
i tried resending request, didn't help.
is there experiencing similar problems? please help me sort out.
push-notification parse.com http-status-code-404
Comments
Post a Comment