Android Volley JsonObjectRequest not send params
问题 I'm trying to send a JsonObjectRequest to my server with some params, but seems like params doesn't arrive at the server. Before to post on SO I try all kind of suggestion found in google but no one works fine.. This is the code of my JsonObjectRequest: RequestQueue queue = MySingleVolley.getInstance(ctx). getRequestQueue(); JsonObjectRequest jsObjRequest = new JsonObjectRequest(method,url,null, new Response.Listener<JSONObject>() { @Override public void onResponse(JSONObject response) { Log