Trouble with HTTP GET
问题 I am having some trouble getting a HTTP GET to work. I have tried with the OKHttp lib and the default android HTTP client. The problem is that I am getting this in the response body when I use the default http client org.apache.http.conn.BasicManagedEntity@424ab550 and this when I use the okhttp lib com.squareup.okhttp.Call$RealResponseBody@424a6c58 The response body is suppose to contain a JSON object. If I paste the URL in a browser window the JOSN is returned correctly. I have also checked