Configure APEX - application available from intranet and internet
- We are currently deploying multiple APEX applications.
- We have a single url to access all the applications from intranet ONLY for e.g https://internal.company.com/dad/apex
- We have firewall rule that prevents access from public internet for all urls starting with https://intranet.company.com/dad/
- We are about to deploy additional apex applications that need to be available from BOTH internet and intranet. These applications should be available from https://INTERNET.company.com/dad/
Question:
1) Can we configure APEX such that application 1,2 3 are available only to intranet and other application 4,5, 6 is available to both intranet and internet users ?
2) Can we configure APEX so that it is available from 2 URLs
https://INTERNET.company.com/dad/ --> All public facing applications
https://internal.company.com/dad/ --> All internal applications