> > You can create simple redirect script that redirects requests from your app > to requester resource >
Could the redirect script be done with a simple web server, including the fact that I need to append the secret key to the request, or do I need an app server (java, coldfusion, asp, php, etc.)? Drawback - all traffic goes through your host. > Yeah that sucks, but that's the drawback anyway since you need some sort of proxy anyway, whether its a simple redirect or a full blown model. Thanks for the response, Baz >

