Android: Volley HTTP Request custom header

The JsonObjectRequest is extended JsonRequest which override getBody() method directly, so your getParam() would never invoke, I recommend you extend StringRequest instead of JsonObjectRequest.

your can check this answer for more details.

by the way, you’ve another choice : Netroid, that based Volley, offered more features at all.

Leave a Comment