You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Tim Warren <pa...@gmail.com> on 2012/02/24 07:13:15 UTC

httpcomponents authentication/digest parsing

I see that the httpclient has methods/classes to aid in authentication via
Basic/Digest, but the httpcomponents/core doesn't have any.

Am I missing it through my searches, or do I have to write my own routines
for server-side processing of the authentication?

Thanks,

Tim Warren.

Re: httpcomponents authentication/digest parsing

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Fri, 2012-02-24 at 01:13 -0500, Tim Warren wrote:
> I see that the httpclient has methods/classes to aid in authentication via
> Basic/Digest, but the httpcomponents/core doesn't have any.
> 
> Am I missing it through my searches, or do I have to write my own routines
> for server-side processing of the authentication?
> 
> Thanks,
> 
> Tim Warren.

Hi Tim

For historical reasons HttpComponents do not have a fully functional
HTTP server module with server side components for HTTP state management
(cookies), authentication and so on. HttpCore is limited to transport
components only.

I guess we would happily accept such components if you were to
contribute them.

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org