Set Up CORS for Tableau Next Embedding
Cross-Origin Resource Sharing (CORS) allows web browsers to request resources from other origins. For example, JavaScript for an app at https://www.example.com can request a resource from https://www.salesforce.com. To allow access for embedded Tableau Next from JavaScript code in a web browser, add the requesting origin to your Salesforce CORS allowlist.
- From the Salesforce Setup page, enter “CORS” in the Quick Find box, and then select CORS.
- Add your website URL to the allowlist to enable browsers to trust embedding from Salesforce.
See Also