
Load denied by X-Frame-Options: https://tryeverrything-developer-edition.na50.force.com/s/ does not permit cross-origin framing.
1 réponse
Not sure if this helps.Use CORS to Access Salesforce Resources from Web BrowsersCross-Origin Resource Sharing (CORS) enables web browsers to request resources from origins other than their own (cross-origin). For example, using CORS, JavaScript code at https://www.example.com could request a resource from https://www.salesforce.com. To access supported Salesforce APIs, Apex REST resources, and Lightning Out from JavaScript code in a web browser, add the origin serving the code to a Salesforce CORS whitelist.https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/extend_code_cors.htm