I have a URL which comes in to the web servers, redirects to the backend servers on another vip/url but I need to retain the original URL which not only protects users from knowing our backend vip info but also is used for another system to process the request.
How do you retain the original URL after redirecting to a new one? For some reason this has perplexed me!