andrewscofield / parse.com-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting 203 server response when trying to adding a user to my parse User class.

SinanEker opened this issue · comments

Hi, I', getting a 302 HTTP response from my php page that I access via an ajax request. I'm using parseUser::signup.
I added breakpoints to my code to debug it. I think the error is near from

$request = $this->request([ // calls parseRestClient::request
    "method" => "POST",
    "requestUrl" => "users",
    "data" => $this->data
]);

problem resolved!