Using a button with JS ... for iframe display

Check for JS errors or messages/notices in your browser console and in the network response.
 
I did and found that since I was using HTTPS for my site and the cross-domain site did not have HTTPS then it was blocked. I simply changed the URL to include https:// instead of http:// and it went through... and displayed in the iframe but... the cross-domain needs to set cookies and issued errors on the page in the iframe.

So I am looking now at using this to allow third party cookies to be set in the iframe. Set-Cookie: session=your_session; SameSite=None; Secure
But I do not know where this can be placed. Would be the fabric component helper or something?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top