APEX URL - Hide application no, page no, parameters
viveksJun 25 2009 — edited Jun 25 2009When i run the application it shows the url as http://127.0.0.1:8080/apex/f?p=101:1:1480518317017124:::::
But i do not want the user to see the application number, page no, any parameters and values passed thru the URL when moving from one page to another. How do i achieve this.
My requirement is that the user should see only http://mywebadd.com/
and not the actual url when running the application in production. Else the user can copy the url and put only [http://127.0.0.1:8080/apex/ ] and access the development environment.