Created
October 15, 2019 14:45
-
-
Save ederrafo/4e86b5d03347f800fb6cb6ce12b13574 to your computer and use it in GitHub Desktop.
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
How to check whether a web page can be loaded in iframe | |
Cómo comprobar si una página web se puede cargar en iframe | |
Sometimes you may want to load other website's page in your own website's iframe, but due to some security concerns, other website may have security configurations which prevent you from loading their pages into your iframe. | |
In this case, if you try to load them, you would see a blank page or a text message telling that it's prohibited. Fortunately, you can detect this before you actually decide to load it. | |
https://www.pixelstech.net/article/1532747442-How-to-check-whether-a-web-page-can-be-loaded-in-iframe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment