RE: [EXTERNAL] Re: basic Auth options for camel netty http endpoint producer

2020-12-08 Thread Gv, Shivakumar
Thanks for your help. Regards, Shiva -Original Message- From: Zoran Regvart Sent: Tuesday, December 8, 2020 5:09 PM To: users@camel.apache.org Subject: [EXTERNAL] Re: basic Auth options for camel netty http endpoint producer *EXTERNAL SENDER* Hi Shiva, you should be able to pass the

Re: basic Auth options for camel netty http endpoint producer

2020-12-08 Thread Zoran Regvart
Hi Shiva, you should be able to pass the `Authorization` HTTP header as the same-named Camel Message header. On Tue, Dec 8, 2020 at 12:01 PM Gv, Shivakumar wrote: > > Hi Team, > > We wanted to used camel netty http client instead of camel - http . But we > are unable to set basic auth credentia

basic Auth options for camel netty http endpoint producer

2020-12-08 Thread Gv, Shivakumar
Hi Team, We wanted to used camel netty http client instead of camel - http . But we are unable to set basic auth credentials on netty endpoint like in camel-http. Can you please let me know how we can set user, password and AuthMode in netty http. Camel-version= 3.4.0 Thanks, Shiva