Hi folks! I'm just getting started and am having trouble with user authentication. It seems pretty straightforward but I am getting 1400 bad request errors when trying to authenticate. What could cause that?
I'm not getting any error messages in Unity. I'm just calling this method: userService.Authenticate(username, password,new UnityCallBack());
And the callback comes back with 1400 bad request, Request parameters invalid. username is a string; same with password. I'm entering in the correct username and passwords and the user does exist in the database. Besides I think if those were the problems I would be getting different error codes based on what I saw in the documentation. What usually causes the 1400 bad request when doing user authentication?