Avoid Cross-Domain Communication Blocking
To avoid cross-domain communication blocking when an Oracle Fusion Field Service API is
called from a plugin:
-
For Oracle Fusion Field Service hosted plugins: When calling an Oracle Fusion Field Service API, the plugin must use a plugin hosting domain (available in Java script as a value of window.location.hostname property) instead of <instance_name>.fs.ocs.oraclecloud.com.
-
For externally hosted plugins: The plugin must not call an Oracle Fusion Field Service API directly from the browser. Instead, the plugin must call its server side. All the API calls must be performed by the server side and the call results transmitted to the plugin.