Hello

Could I use jetty and http4 to do redirect request.

My goal : have an http server via camel jetty and send the received request
via a proxy to the net.

<route>
         
         <from uri="jetty:http://localhost:6666/test/"/>
         <to
uri="http4://www.google.com/?proxyHost=myproxy.be&proxyPort=8080&proxyUsername=toto&proxyDomain=CORP&proxyPassword=papassw"/>
        </route>

Could it be running?

Valery

--
View this message in context: 
http://camel.465427.n5.nabble.com/http4-and-request-redirection-tp4773971p4773971.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to