Using google.com in visualisation frame - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Using google.com in visualisation frame (/showthread.php?tid=2406) |
Using google.com in visualisation frame - Kai-Roger - 29.12.2019 Hi. Why can't i use https://www.google.com/ as url in frame? BR Kai-Roger RE: Using google.com in visualisation frame - Erwin van der Zwart - 29.12.2019 Hi, Google (And many other sites) is using “X-Frame-Options: SAMEORIGIN" response header. This option prevents the browser from displaying iframe that are not hosted on the same domain as the parent page. I don’t think you can change anything about it. (see browser console for “same origin” message) BR, Erwin RE: Using google.com in visualisation frame - Kai-Roger - 29.12.2019 (29.12.2019, 21:48)Erwin van der Zwart Wrote: Hi, Thanks |