Allow Other Domains Access to Services

Use the Global Settings page to specify the domains that are permitted to interact with services in your instance.

Cross-Origin Resource Sharing (CORS) is a mechanism that enables you to specify the domains that are allowed to exchange data with applications in your instance. By default, incoming requests from domains not on your instance’s list of allowed origins are blocked from accessing application resources.

To add a domain to the list of allowed origins:

  1. In the upper-left corner of the Visual Builder title bar, click Navigation Menu Navigation menu icon.
  2. Click Settings in the navigation menu to open Tenant Settings.
  3. In the Allowed Origins panel, click New Origin and type the URL of the domain that you want to allow. Click Submit.

    The URL must be a fully-qualified domain, meaning it must contain http:// or https://, for example, https://myoracle.cloud.service. You must explicitly enter each fully-qualified domain that you want to allow. To allow both http:// and https:// connections from a domain, you would need to add both domains (https://myoracle.cloud.service and http://myoracle.cloud.service).


    Description of admin-settings-origins.png follows
    Description of the illustration admin-settings-origins.png

The Allowed Origins panel lists all origins that are permitted to retrieve information from the instance.