@ -271,6 +271,9 @@ public class AppMaster {
httpURLConnection = (HttpURLConnection) url.openConnection();
httpURLConnection.setConnectTimeout(15000);
httpURLConnection.setReadTimeout(15000);
httpURLConnection.setRequestProperty("Content-Type", "application/json");
try {
httpURLConnection.setRequestMethod("POST");
} catch (Exception ex) {