users@jersey.java.net

[Jersey] Re: Problem with concurrent HTTP client and proxy authentication in Jersey 2.5

From: Ian Thomas <ian.thomas_at_linguamatics.com>
Date: Mon, 17 Mar 2014 13:23:59 +0000

Hi Arun,

Sorry for the slow reply.

> Could you please share the code snippet on how to include proxy
> support(for HTTP, NTLM authentication) with Jersey client, i'm using
> the same set of jars as what you mentioned. And do this proxy support
> will work for Post operation?

I just updated to Jersey v2.6 last week and can confirm that NTLM proxy
authentication is now working for me for all request types (including POST).

I answered this question for you in detail with code snippets on
StackOverflow on Friday:

http://stackoverflow.com/a/22411662/1222047

Hope this helps,

Ian