Hi,

I'm using Camel to integrate service A to service B using camel-http.
Service B is just an external web server that needs to set some cookies once
in a while. However, if multiple Set-Cookie headers are present in B's
responses, I'm only able to read one of them on A. The reason for this is
that org.apache.camel.Message seems to only have methods for handling
headers that can exist only once.

So, have I completely misunderstood something here or is this just some kind
of a limitation of camel-http module?

Best,
Lauri
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-http-and-multiple-Set-Cookie-headers-tp3332393p3332393.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to