Legacy Dev Forum Posts

 View Only

Sign Up

Load integration automatically

  • 1.  Load integration automatically

    Posted 06-05-2025 18:48

    Luis_Saiz | 2019-06-03 09:51:17 UTC | #1

    Hi,

    I have added an integration for a custom application, with "allow-scripts,allow-same-origin,allow-forms,allow-modals" Iframe Sandbox Options, but it still indicates that the web page is trying to load scripts from unauthenticated sources. How can i get rid of that?

    Thanks


    Justin_Ray | 2019-06-03 15:46:16 UTC | #2

    Hello,

    Are you attempting to serve the app over http? If so, the browser will always produce a mixed-content warning since PureCloud is served over https.

    If this is your own app, you should serve it over https. For local development, you can generate a self-signed certificate for testing purposes.

    If this is an external app, see if they have an https version of the URL.

    Hope this helps.


    Luis_Saiz | 2019-06-05 07:35:43 UTC | #3

    Thank you Justin, that was the problem!


    system | 2019-07-06 07:35:44 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 5269