public static String post(String url, HashMap textMap) { CloseableHttpClient httpClient = HttpClientBuilder.create().build(); CloseableHttp...