How parse makeHttpRequest with friendly url?

38 views Asked by At

I have a web service that return a json data my url is :

http://myurl/1/40bd001563085fc35165329ea1ff5c5ecbdbbeef/ali/rezaie/1358-01-21/[email protected]/896523147/0912666666/02

http://myurl/param1/param2/param3/....

my parameters separated with / and no use ?

How can I send parameter to this url in android

I cant use parameter.add because I haven't key , my data is Tandem and without key like this

parameter.add(new BasicNameValuePair("username", params[0]));
0

There are 0 answers