Getting 203 server response when trying to adding a user to my parse User class.
SinanEker opened this issue · 1 comments
SinanEker commented
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
]);
SinanEker commented
problem resolved!