Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-09-17 11:59:09 +02:00

View File

@@ -1051,7 +1051,7 @@ public class EmsServices {
String url = String.format("%sphpinfo.php?get=1", pvmUrl.endsWith("/") ? pvmUrl : pvmUrl + "/");
StringBuilder srb = new StringBuilder();
int status = HttpRestWrapper.callGeneric(url, null, null, null, ContentType.APPLICATION_JSON, srb, null);
int status = HttpRestWrapper.callGenericGet(url, null, null, srb, null, null, ContentType.APPLICATION_JSON);
if (status != 200)
throw new Exception("La richiesta \"" + url + "\" ha generato status code: " + status + " [" + srb + "]");