Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to avoid calling pages from other workspace?

cdisclaDec 28 2022 — edited Dec 28 2022

Hello,
in my Apex 19 server i have 2 workspaces, say WS1 with apps 100 and 101 and WS2 with apps 200 and 201.
Workspaces need to be isolated, users cannot see other workspace applications, but if the user is in WS1 with the url /ws1/f?p=100:1:::::: and changes the url in /ws1/f?p=200:1::::::, he can change the workspace and is redirected to App 200 login page.
In this case i would like the user to get a 404 error.
What am i doing wrong? How do i avoid the user change the workspaces he cannot access?
Thanks in advance and greetings
Cri

Comments
Post Details
Added on Dec 28 2022
7 comments
314 views