iFramePanel not showing website after setting url

0
0

Hello, I have tried this a few different ways and then I decided to just try to pass google through the URL as “http://www.google.com” , however the screen remains blank if i pass a bad URL like “http://.google.com”  I get a 404 server error in the iframe which is great cause that should display just trying to figure out why the site doesn’t display. here’s an example below..

Thanks in advance for any help it will be much appreciated.

Attachment
  • You must to post comments
1
1

Google blocks all requests from iframes, they don’t want anyone to show their site inside another.

https://jsfiddle.net/wisej/p70xhkko/

Refused to display ‘https://www.google.com/’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.