Re: camel blueprint setheader el

2021-05-13 Thread Mike Oliver
Ok thanks used ${header.CamelHttpMethod} and it worked as well. Mike *Mike Oliver** Founder**, Open 4 Business Online* Tel: +1(951)260-0793 | Mobile:**NEW* 639479927462 US Toll free: 1-800-985-4766 **NEW* http://www.o4bo.com Mas marunong akong umunawa ng salitang tagalog kaysa magkapagsalita

Re: camel blueprint setheader el

2021-05-12 Thread Claus Ibsen
Hi If you want to set a header from another header then just use On Thu, May 13, 2021 at 5:52 AM Mike Oliver wrote: > > I want to set the header before calling netty4-http as follows. > > > ${header.uriPattern} > > uri="netty4-http:http:localhos

camel blueprint setheader el

2021-05-12 Thread Mike Oliver
I want to set the header before calling netty4-http as follows. ${header.uriPattern} The goal was to pass in a header from any one of several facades that set the header to control what path to use. The documentation says that a CamelHttpPath header wil