Is there a way to prevent chaging an application ID in the URL
Environment
APEX 3.1.00.09 on AIX 5.3
I had a question posed to me from our middleware person concerning changing the URL by a user.
We have an outward facing APEX application, say ID 100, that uses a reverse proxy inside the firewall to point to the actual server hosting the APEX application. When a user enters the URL given to them for this application the login screen pops up just as planned. When the user now types over the application number in the URL he is taken to the login screen of a different application hosted on that same server.
The question is: How can I do either or both of the following:
1- prevent the user from over-typing the application ID in the URL or
2- when the user does type over the application ID he/she is redirected back to the desired application, in this case ID 100
This is the only outward facing application we have at the moment but I can foresee more coming.
Thanks very much in advance for your help.
-gary