Http Put Request
问题 I am using the HttpPut to communicate with server in Android, the response code I am getting is 500.After talking with the server guy he said prepare the string like below and send. {"key":"value","key":"value"} now I am completely confused that where should i add this string in my request. Please help me out . 回答1: I recently had to figure out a way to get my android app to communicate with a WCF service and update a particular record. At first this was really giving me a hard time figuring