My app allows users to view pages in an iframe, but pages like www.google.com, will generate an error
Refused to display document because display forbidden by X-Frame-Options.
and pages like stackoverflow.com/questions/590163/how-to-get-all-options-of-a-select-using-jquery, will send me a alert saying:
For security reasons, framing is not allowed; click OK to remove the frames.
How should I detect these situations and friendly tell user what happend with a genric message, such as "This page is restricted access, please directly access it from a new tab.'