Volley JsonObjectRequest error response code 500
问题 when i try to post json and take result as a json i get response code 500 error. But if i try this with string request there is no problem. I searched a lot on stackoverflow, there are other people like me having this problem but there is no up-to-date solution for this. So may anyone show me how i can do json object post request by up-to-date method(with also php side) please? Android side: Map<String, String> map = new HashMap<String, String>(); map.put("user", username); map.put("pass",