Android HttpPost: how to get the result May 6, 2023 by Tarik Try to use the EntityUtil on your response: String responseBody = EntityUtils.toString(response.getEntity());