Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Unable to load region in iframe in OBIEE dashboard

Received Response
1
Views
2
Comments
murali2any1
murali2any1 Rank 1 - Community Starter

Hi ,

       I have an ADF Application as a dashboard region in OBIEE..

It is working fine in the iframe inside dashboard having URL as localhost:portnumber.

When deployed in server having hostname , the region is loading inside iframe for the first time.

When u navigate to different page other than ADF page and navigate to ADF page or Dashboard , page is not loading and showing msg

as  "Mixed Content: The page at 'site' was loaded over HTTPS, but requested an insecure resource 'site' This request has been blocked; the content must be served over HTTPS."

If I take the URL and open in new tab , it is working.

The region is not loading second time and why am I getting the mixed content error for second time....

NOTE: Opening the ADF Application as Dashboard in new Tab..

Thanks & Regads,

KM Krishna.

Answers

  • In everything you wrote I don't see a single element related to OBIEE.

    It sounds like you are abusing HTML and how iframes works in 2018, with all the security rules enforced by browsers to protect users.

    An HTTPS page can't load HTTP content without giving you the mixed content message, that's because the HTTP content will just make useless the HTTPS of the main page. So try to be coherent: if your OBIEE is HTTPS use an HTTPS link for your iframes.

  • murali2any1
    murali2any1 Rank 1 - Community Starter

    Gianni,

                        Sorry I am not an OBIEE developer , that's reason I have not mentioned anything.

    I have gone through one blog which mentioned about  setting width in iframe. So posted this.

    I developed an application with Oracle ADF.

    Secondly , we did add the https link in the iframe, but still its not loading.

    Generated EAR File for My Application and was deployed in the OBIEE server. The dashboard loading will render my ADF application in the iframe.

    Both the dashboard and application are in same server and still its loading as different portal application.

    Just wanted to know , is there any blocker or any change need to taken care to load the application with same source url as https.

    Source URL for iframe src="/contextpath/page?parameters";

    This source is taking the http default. Tried by changing to https as well.

    Thanks once again..