users@jersey.java.net

Re: [Jersey] Jersey Client: BASIC Authentication support

From: Arul Dhesiaseelan <arul_at_fluxcorp.com>
Date: Wed, 10 Jun 2009 16:16:20 -0600

Ronak,

You can use the Jersey Client [1] backed by Apache HttpClient which
supports AUTH.

-Arul

[1]
https://jersey.dev.java.net/nonav/apidocs/1.1.0-ea/contribs/jersey-apache-client/com/sun/jersey/client/apache/ApacheHttpClient.html

Ronak Patel wrote:
> Hi Paul,
>
> Will there be support for HTTP BASIC Auth on the JAX-RS Jersey Client API?
>
> Right now, neither the Client nor WebResource classes have support for
> it. I have to explicitly create the header and attach it to my
> WebResource.
>
> Ronak
>