How to Display original requested URL during login thru Form Autentication
Our web applications are protected by Webgate thru form based authentication. We are using CoreAccess 7.0.4.
Some end users are adding a book mark to the login page (www.mycompany.com/login.html) when they originally requested application say www.mycompany.com/AppX. So when they are accessing the book mark, it does not get redirected to AppX, since they directly hitting the login page and the original URL is missing.
To solve this issue, I am planning to catch the Original requested URL in the login page itself (like www.mycompany.com/login.html?RequestedURI=AppX). This will help me in picking the target Application URI programmatically in login page itself and can redirect to appX based on the URI.
Does anybody know how to configure form based authentication to show the original requested URL in the web browser address bar ? –OR- is there any other approach to solve this bookmark issue ?
Thanks
- kpp