Sledgehammer777
Programmer
Has anyone seen or developed are servlet that will act as a reverse proxy? I need a servlet that will redirect to a different server and allow me to append parameters on the URL without the user knowing anything about the second server. How can this be done? I've been told I need a revrse proxy server to do this but because I need to dynamically modify the URL I pass along to the backend server I though about using a servlet. Any ideas?