Am trying to construct a dynamic URI using a value from header When i use in <to uri> it is not recognizing the value as a header
<to uri="https://something.com/{$header.Provider} but when i use <toD uri> i don't get any error, but the HTTP call is not being made. <toD uri="https://something.com{header.Provier} Am using Camel 10.2.3 jar due to some compatibility issues with my application. Is there a way i can construct dynamic URI and make HTTP calls? Please let me know if this is possible. Thanks, Anish -- View this message in context: http://camel.465427.n5.nabble.com/Construct-Dynamic-URI-tp5770500.html Sent from the Camel - Users mailing list archive at Nabble.com.