httpclientAuthHelper icon indicating copy to clipboard operation
httpclientAuthHelper copied to clipboard

A library that helps authenticate JAVA Httpclient with services that use NTLM, KERBEROS, SSL authentications.

Results 3 httpclientAuthHelper issues
Sort by recently updated
recently updated
newest added

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