You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Mark Lui <ml...@shopzilla.com> on 2009/01/02 23:40:44 UTC

Does HTTP Component support basic authentication?

I am trying to use the http component to retrieve file through https with
basic authentication.  It is not clear from the documentation how to set the
username and password.  Does this component currently support basic
authentication or does the code need to be modified?

Thanks,

Mark
-- 
View this message in context: http://www.nabble.com/Does-HTTP-Component-support-basic-authentication--tp21259555s22882p21259555.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Does HTTP Component support basic authentication?

Posted by Willem Jiang <wi...@gmail.com>.
Hi Mark,

I just check the doc and codes, current camel-http component don't
support basic authentication. I just add a JIRA[1] to track it.

[1] https://issues.apache.org/activemq/browse/CAMEL-1214

Willem

Mark Lui wrote:
> I am trying to use the http component to retrieve file through https with
> basic authentication.  It is not clear from the documentation how to set the
> username and password.  Does this component currently support basic
> authentication or does the code need to be modified?
> 
> Thanks,
> 
> Mark