2

how to make human readable URLs in oracle apex currently my url seems like

https://example.com/apex/f?p=107:1:13482402024834:::::

what i want my database application url looks like.

https://example.com/apex/home

i am using oracle apex 18.2

AbdulRaheem
  • 115
  • 2
  • 15
  • You asked for my assistance. Unfortunately, I wouldn't know that. On the other hand, you don't expect users to actually *type* the URL, do you? Provide this: `https://example.com/apex/f?p=107`, which is quite enough to log-in to the application because the rest is irrelevant (page number and session ID); application ID is all they need. Besides, they should bookmark (i.e. put your application into the favorites) and access the application with a *click*, not by *typing* anything into the address bar. – Littlefoot Apr 12 '19 at 20:33
  • Please refer [link] https://stackoverflow.com/questions/55662744/need-help-regarding-masking-of-url-for-oracle-application-pages – Ahamed Apr 15 '19 at 02:53
  • You can also use alias for app and pages. Instead of a link with f?p=138:85 you can use a url like this f?p=google:home – romeuBraga Apr 15 '19 at 13:50

4 Answers4

3

You can actually do that. Oracle Apex release 20.1 comes by default with readable URL structure while allows you to change back to older type URL

Shashi
  • 70
  • 6
0

You can define DAD in the database, and provide name for the apex application in user-interface of application properties the url will have the name of application instead app number, aslo to mask the page numbers you can give alias to pages.

Babbul
  • 23
  • 1
  • 5
0

There is no such option till Apex 19.2. In Apex 20.1 release there is an option to Modify the URL Please refer the below link for detailed clarification

https://docs.oracle.com/en/database/oracle/application-express/20.1/htmdb/understanding-friendly-url-syntax.html#GUID-716B85EC-2D9B-49F7-BABE-2C4CA347F198

Akil_Ramesh
  • 391
  • 3
  • 9
0

Oracle Apex 18.2 have no option like that.