Search This Blog

Monday, October 22, 2018

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
    In Page level. Go to Page Alias>> Wright A Alias     
    Example: PAGE_TEST




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

 2.  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

Restrict File Upload by File Type in Oracle Apex

If you want to restrict file upload by file type/extension/format you can follow the below steps.  Goto File Browser Item --> Advanced --...