Hello, I am using Camel 2.15.1. I have a Camel route that sets some custom headers, then calls a Nettt4-http endpoint:
<to uri="netty4-http:https:// ... Upon return from this, all my custom headers are lost. I would like to preserve these header values after the HTTP call. Any suggestions? Best regards, Alex soto