I have a Redirect URL setup in the NAB of Domino server (under Web Configuration) as shown below;
/blah1/blah2 → /application/db.nsf/someform?readform
The end result is that when the user enters ‘http://server.domain.com/blah1/blah2’ it shows the contents of ‘http://server.domain.com/application/db.nsf/someform?readform’, without changing the URL on the browser. In other words, the user client still shows URL as ‘http://server.domain.com/blah1/blah2’.
Now, is there an easy way of getting the current URL on web client(the virtual url)? When I tried to get the CGI variable ‘Path_Info’, it returned the real url where the pages got served from (ie. ‘http://server.domain.com/application/db.nsf/someform?readform’), which is not what I want.