I want to know about iframe cross-origin. Let’s say I have site : load-me-from-iframe.com And I have another site named iframe-loader.com that will load site above.
How to know that load-me-from-iframe.com was loaded inside iframe from iframe-loader.com ?
In this case, I will show the notification that will appear in load-me-from-iframe.com when it loaded from iframe-loader.com
Let me know and thanks in advance