Hi, I just started playing with Camel - I have an option to use it for upcoming project. I might miss something or there is an issue with getting custom "Accept" http header across.
Here is my route builder: from("servlet:///reporting") .removeHeader(Exchange.HTTP_URI) .removeHeader(Exchange.ACCEPT_CONTENT_TYPE) .setHeader(Exchange.ACCEPT_CONTENT_TYPE,constant("text/plain")) .to("http://localhost:7890/dim/response.xml"); Everything apart from the Accept header is there. Do I miss something? Could you please help me? -- View this message in context: http://camel.465427.n5.nabble.com/Some-grief-with-HTTP-Exchange-ACCEPT-CONTENT-TYPE-tp4497742p4497742.html Sent from the Camel - Users mailing list archive at Nabble.com.