the server variables are correct. thing is, the parameter2 is 1st activity's variable which is used in 2nd activity to pass it to server (api call is made in 2nd activity). but if i log the parameter2 i get the proper value to be passed but after making api call the response is : no parameter2 is supplied.
parameter2 and parameter1 are variables which contains the value to be passed to server so any difference it will make it for postString syntax?