I have a Volley Request code
RequestQueue queue = Volley.newRequestQueue(this); String url =; // Request a string response from the provided U
A call to super.getHeaders() throws UnSupportedOperationException. remove super.getHeaders() to get rid off that.