johnny Posted January 20 Share Posted January 20 I'm trying to embed clients 3D view of their model into a webpage (as Chief has designed it for). However, I get this error about cookies. Anyone know a way around this? Link to comment Share on other sites More sharing options...
DavidJPotter Posted January 20 Share Posted January 20 Allow cookies. DJP Link to comment Share on other sites More sharing options...
johnny Posted January 20 Author Share Posted January 20 17 hours ago, DavidJPotter said: Allow cookies. DJP I do. If I go directly to the viewer at Chief's web it works fine because I do allow cookies for my browser. The problem is when I embed into a page Chief's app is saying "allow cookies" to my custom webpage and not to the client-side browser (which is on). I believe they need to allow the embedded element see the page its in as a container on their end .... and client-side browser a separate thing. Link to comment Share on other sites More sharing options...
BenMerritt Posted January 22 Share Posted January 22 If you're using Google Chrome, it has some specific restrictions on cookies that don't play nicely with our authentication flow when the page is embedded in an <iframe>. You might try adding the following attribute: sandbox="allow-same-origin allow-scripts". Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now