Fixed http method one exist API

master
Luca Frosini 2 years ago
parent 9577ba0b13
commit dde4d011d2

@ -103,7 +103,7 @@ public class ResourceRegistrySchemaClientImpl implements ResourceRegistrySchemaC
parameters.put(TypePath.POLYMORPHIC_PARAM, Boolean.FALSE.toString());
gxHTTPStringRequest.queryParams(parameters);
HttpURLConnection httpURLConnection = gxHTTPStringRequest.get();
HttpURLConnection httpURLConnection = gxHTTPStringRequest.head();
HTTPUtility.getResponse(String.class, httpURLConnection);
return true;

Loading…
Cancel
Save