it is very difficult to explain for me. but
i m using volley library to get json from server to my android application. i m using GET to send my parameters to the server.
..../myServer/webservices/myPhp.php?thistime=19700101120000&city=پارسی
this is a example of uri that i send to the server to get json result
when i copy that link to the chrome or any explorer it works fine. but when i send that link through android and using volley library, the result of json is nothing!
i think there is a problem with two different encoding character in android and my server
one of my parameters which i send it to the server as you can see in above link is arabic font
would you please help me to find out this problem