http://support.backendless.com/public/attachments/4e5babd78fda5f52e48b2d06e1a0765b.png</img>
Hi Nikolay,
Please provide also the body of the request.
You’re sending the user in request parameters, which is not supported by Backendless server.
You should send the following JSON in request body instead:
{ "email" : "test@gmail.com", "password" : "testPass" }
Still not working
You checked “form-data”, this is why the data goes into request parameters. Try using “raw” instead.
It works, thanks