Thursday, January 3, 2019

Hide/Wrap/Alias Application Number and Page Number From URL of Oracle Apex Manually

In Oracle Apex URL have shown Application Number and Page Number. But it is not secure. So you can hide or wrap this Numbers. But you have to face little bit of difficulty or extra afford. Let’s see how we can wrap this Numbers step by step.

1. In Application level. Edit Application Properties >>Application Alias>> Wright A Alias  
    Example: F_139139
2
    In Page level. Go to Page Alias>> Wright A Alias     
    Example: PAGE_TEST


Now you can try the URL writing manually like this.
http://localhost:8080/apex/f?p=F_139139:PAGE_TEST:15674490024092:::::

3.  Now you have to wright the URL manually with Alias where’s from the page called. Like Navigation Menu/ Other pages.
f?p=F_139139:PAGE_TEST:&SESSION.:::::

Finally save the page and click on the menu. 

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...