python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Disable hostname verification on org.jboss.resteasy.client.ClientRequest;
I am trying to invoke a rest service by using the abovementioned client. How can i disable hostname verification ?

StudentOfTheGame
Votes: 0
Answers: 1
AbstractMethodError: org.jboss.resteasy.specimpl.ResponseBuilderImpl misses 'javax.ws.rs.core.Response$ResponseBuilder status(int, java.lang.String)'
I was trying to deploy Okapi Longhorn on Tomcat when I got this error:
FATAL [http-nio-8080-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [Resteasy] in con...
cachius
Votes: 0
Answers: 1
Is it possible to get outbound client request information in ClientHeadersFactory?
I am writing an application with the following layers:
External Client (e.g. browser) -> My Service -> External API
I have a ClientHeadersFactory which adds some headers to the REST Client I use...

oreid
Votes: 0
Answers: 1
Is there a way to register a JAX-RS Provider in Quarkus application.properties?
I'm trying to register a class that implements javax.ws.rs.core.Feature in my Quarkus application. I understand that using @Provider annotation on the class should do it but this class is contained in...
Zak
Votes: 0
Answers: 1