I am trying to setup Reverse Proxy in NetIQ Access manager via NAM Admin Console.
The published DNS Name is www.example.com and it is mapped to www.data.com (web server)
The application is hosted on www.data.com on port 8443. so it looks like http://www.data.com:8443/myapplication?mode=login
I am able to setup reverse proxy as www.example.com for www.data.com:8443
But the challenge is adding the path at the end automatically. So instead of www.data.com:8443, it should take to http://www.data.com:8443/myapplication?mode=login
Please advise how it can be done.