I'm using Twilio Flex to create a call center, and I have an ASP.NET MVC project hosted by an Azure App Service which I'm trying to embed into Panel 2 using the next code: flex.CRMContainer.defaultProps.uri = 'domain.com';
But I cannot display it because of this error: 'X-Frame-Options' to 'sameorigin'. How can I solve this issue?