httpclientAuthHelper
httpclientAuthHelper copied to clipboard
A library that helps authenticate JAVA Httpclient with services that use NTLM, KERBEROS, SSL authentications.
i tried to use this Helper library with android but with no luck; i guess the android Jre missing a lot of classes required, and so i added those jars...
Hi, I've been struggling for many days trying to get Java code to be able to do HTTP REST calls to a kerberos cluster and your library works great. Worked...
Hi, I used a function SSLUtils.trustAllSSLCertificates() but I always get an error as per image below, could you please help me how to fix this issue. Thanks