Please setup the option of httpClient.authenticationPreemptive to be true. You can find more information here[1] by searching authenticationPreemptive.
[1]https://camel.apache.org/http -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On October 30, 2014 at 2:52:55 AM, sharathbabuk (sharathba...@hotmail.com) wrote: > The preemptive authentication with HTTPS does not seem to work with > "Camel-Http" > It works only with "camel-http4" > > But I have a limitation on my container ( websphere application server 7.x ) > so cannot use "camel-http4" - does anyone know if this should work with > "camel-http" ?? > > == here is my camel XML DSL ====== > > > > > > password="{{ssl.store.pass}}" /> > > > > > POST > > > application/json > > > > uri="https:{{host}}{{auditWs.url}}?sslContextParameters=sslContextParameters%26authUsername={{auditWsAuthUsername}}%26authPassword={{auditWsAuthPassword}}%26authenticationPreemptive=true%26bridgeEndpoint=true%26throwExceptionOnFailure=false" > > > > === > I get a 401 ERROR when I use "camel-http" > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/HTTP-Basic-Authentication-tp5742229p5758314.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >