Getting 400 volley server error which is working from Rest client successfully
问题 Am getting 400 server error for volley get request for below url http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in ('AEDALL')&format=json&env=store://datatables.org/alltableswithkeys&callback= when i hit the same url from rest client its giving json response Here is my code for volley request private void convertCurrenctVolleyTask(String from, final String to, final String amount) { String url_yahoo = "http://query.yahooapis.com/v1/public/yql?q