Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
michael_klix
Creator II
Creator II

Sense iFrames via SalesForce

Hi,

we want to show complete Sense sheets inside SalesForce, using iFrames.

Our code looks like

<iframe src="https://ourdomain.de/single/?appid=7655e0a8-b5b5-411c-8e35-7939a44783ad&sheet=6f9b56e8-2a3c-4676-907..." style="border:none;width:100%;height:100%;"></iframe>

The concept works well, but only with Firefox.

When using Crome or Edge, we get a (JS?) error and the frame stays empty.

michael_klix_0-1636379201266.png

Any idea, why it works on Firefox but not on other browsers?

 

 

Labels (4)
2 Solutions

Accepted Solutions
Damien_V
Support
Support

Hi @michael_klix 

Did you set Has Secure attribute=True and SameSite=None in the virtual proxy settings in the QMC ?

https://community.qlik.com/t5/Knowledge/Missing-SameSite-attribute-blocks-requests-in-Chrome-80-and/...

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

Damien_V
Support
Support

Hello,

Has secure attribute (https) -> Checked

SameSite attribute (https) -> change from no attribute to "None"

No known side-effects.

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

3 Replies
Damien_V
Support
Support

Hi @michael_klix 

Did you set Has Secure attribute=True and SameSite=None in the virtual proxy settings in the QMC ?

https://community.qlik.com/t5/Knowledge/Missing-SameSite-attribute-blocks-requests-in-Chrome-80-and/...

If the issue is solved please mark the answer with Accept as Solution.
michael_klix
Creator II
Creator II
Author

Hi @Damien_V ,

thanks for the fast reply. We are currently checking it on the TEST environment to avoid intereferences with other apps. 

Should we be prepared to see any "side-effects"?

 

This is our current setting. What should be the correct settings?

michael_klix_0-1636702320443.png

 

Damien_V
Support
Support

Hello,

Has secure attribute (https) -> Checked

SameSite attribute (https) -> change from no attribute to "None"

No known side-effects.

If the issue is solved please mark the answer with Accept as Solution.