Hi team, I know that camel provide http proxy capability such as :
----------- xml config file --------- ... <camel:from uri="jetty:http://1.1.1.1/test?matchOnUriPrefix=true"/> ... <camel:to uri="http://2.2.2.2/url"/> ... ------------ end In my enterprise environmental , the server architectural as below: 1. camel server : 3.3.3.3 2. inner web url : 2.2.2.2/test 3. public url : 1.1.1.1/url What I want to implement is : when user visit 1.1.1.1/url redirect to 2.2.2.2/test by camel server which on 3.3.3.3 . How could I config camel server to archive this ? thanks all -- View this message in context: http://camel.465427.n5.nabble.com/A-maybe-basic-question-of-camel-http-proxy-pattern-tp5768529.html Sent from the Camel - Users mailing list archive at Nabble.com.