On Fri, Aug 26, 2011 at 6:51 PM, <jlm...@gmail.com> wrote:

> I thought of that, but it doesn't work because the other server is not
> available through Internet, only the first one. So I need to 'tunnelize' the
> request from the browser to the other server thorugh my application.
>

If you're trying to make it look like the request is being served by your
app, but coming from another one, then you'll basically need to use
something like HttpClient to make the underlying request and stream its
results back to the client of your app.

Dave

Reply via email to