Cris
Cris

Reputation: 12204

Avoid calling pages from other workspace in Oracle APEX

In my Apex 19 server i have 2 workspaces, say WS1 with apps 100 and 101 and WS2 with apps 200 and 201.

Workspaces should have to be isolated, users shouldn't 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?

Upvotes: 0

Views: 226

Answers (1)

davidm
davidm

Reputation: 1760

You can isolate your workspace through allowed hostname option. Check the docs here.

Upvotes: 1

Related Questions