Ignore SSL Verification HttpClient / Rest API – Groovy
I am trying to consume a Rest API using Groovy and here it is the code I am using : import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.methods….