Hi,

I'm playing with some Ajax stuff using Sling, and hitting the
cross-domain limitations. Having an optional built-in HTTP proxy in
Sling would be useful.

I could create a servlet under extensions/http-proxy, that uses the
httpproxy selector, handling requests like:

  /foo.httpproxy.anyextension/www.somewhere.com/somepath?someParam=42

by returning the content of
http://www.somewhere.com/somepath?someParam=42 as is.

WDYT?

-Bertrand

Reply via email to