Hi guys,
we are hit this registerAndroid.jssp page in order to register a new app user via POST request.
Point is that is working when in request is used Content-Type: application/x-www-form-urlencoded to pass registration variables, but not working when used Content-Type: application/json and parameters passed in JSON. Returned error: Error=2 which means missing params.
In first way, parameters are passed as plain text (Each key-value pair is separated by an & character, and each key is separated from its value by an = character).
Does anyone know if there is a constraint for passing parameters in JSON? I have looked registerAndroid.jssp and used functions and there is not part of code like: JSON.stringify();
Regards,
Milan