Hello all,
I have a route which GETs JSON from an external HTTP service. Some of the
servers do not respond with any headers, resulting in
httpclient.clientProtocolException. what is the best way to have the route
assume a response header like the following?

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 13
Connection: close

Thanks



--
View this message in context: 
http://camel.465427.n5.nabble.com/Handling-header-less-responses-tp5767502.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to