Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Any idea, why it works on Firefox but not on other browsers?
Did you set Has Secure attribute=True and SameSite=None in the virtual proxy settings in the QMC ?
Hello,
Has secure attribute (https) -> Checked
SameSite attribute (https) -> change from no attribute to "None"
No known side-effects.
Did you set Has Secure attribute=True and SameSite=None in the virtual proxy settings in the QMC ?
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?
Hello,
Has secure attribute (https) -> Checked
SameSite attribute (https) -> change from no attribute to "None"
No known side-effects.