Last active
March 30, 2019 00:44
-
-
Save psignoret/782d7b48d47685dbce4e9cc3433462db to your computer and use it in GitHub Desktop.
CORS for popups demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style>* { font-family: sans-serif; }</style> | |
</head> | |
<body> | |
<p>You are at https://bl.ocks.org/psignoret/raw/782d7b48d47685dbce4e9cc3433462db/. The page that launched this popup | |
is on a different domain (demo.psignoret.com), and cannot see anything here because of CORS.</p> | |
<p>Go to a page under the same domain as the page that opened the popup: | |
<a href="https://demo.psignoret.com/">https://demo.psignoret.com/spa/popup_test.html</a> | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment