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!

APEX 24.1 and 23ai: Disabled access to SQL Developer of production application with vanity url or custom domain

Hello,

How can I prevent access to the production app's sql-developer online tool? I have a production database with a custom domain.

I ran the following plsql code and it did disable access to the workspace admin settings, but the sql-developer page seems to still be available.

begin
apex_instance_admin.set_parameter('RESTRICT_DEV_HEADER', 'ADB-Public-Access');
commit;
end;
/

Everything else seems to be properly configured, I dont know what else todo. I followed the steps in the videos and articles similar to the one below

https://blogs.oracle.com/apex/post/adb-vanity-urls-part-2-blocking-tools

Comments
Post Details
Added on Nov 1 2024
1 comment
412 views