Hi,
I have an application which gets called by the client behind a reverse proxy server. I need to make an http call to another application deployed on the same server. How do I construct the URL?
request.getServerName() gives me the name of the reverse proxy server. How do I get the name of the server on which my application is deployed?
Regards,
Anushree