Hi, I'm running Camel 2.2.0
I have a service that accepts HTTP POST requests that are x-www-form-urlencoded. Per what I've read, the params in the body of the request are mapped into headers I can pull from the Exchange. Because the parameters in the body are dynamic, I'd like to be able to know I can parse the ones I care about from the CamelHttpQuery header. In this scenario though, it appears that header is still null. Without that header value, is there a way to know what values were mapped from the body into the headers? Thanks, -john -- View this message in context: http://camel.465427.n5.nabble.com/camel-jetty-CamelHttpQuery-tp509989p509989.html Sent from the Camel - Users mailing list archive at Nabble.com.
