Goal
How to avoid displaying username and password in the browser URL, when running the form from the Formsbuilder.
Solution
Starting with Forms 9.0.4.x ,FORMS90_HIDE_OBR_PARAMS was introduced to hide the
parameters from the users.( for forms 10.1.2.x the name is FORMS_HIDE_OBR_PARAMS)
When this parameter is set to true,it is hidden from users.You can set this variable in the
registry and re-start OC4J instance .
Note: Setting this parameter to false will revert to the existing (pre-9.0.4) behaviour of showing the UN/PW on the URL
Partager