[Html] iframe fullpage

Hello i tried to cover the whole website with a iframe script and it doenst seem to work with a http. The website is invisible for some reason i dont get any errors

Heres the code:

https://pastebin.com/raw/4tcPMpH9

If anyone could help me that would be great

I want it to be http and not https

You seem to be using a few deprecated tags. You should use this:

<iframe src="http://example.com" width="100%" height="100%" frameborder="0">
        Loading...
</iframe>
1 Like

I tried but it does not show anything

Can you link your project?

Ok @Unique , so I took a look at the link you send me and this is my diagnosis.

Renderforest probably doesn’t allow Iframing of their websites.

Aw okay
Ive found out only https link will work

http gets denied for some reasons

1 Like


Even when viewing the website over a non-secure connection, the iframe was blocked. Likely Renderforest has some sort of anti-hotlinking set up so you cannot do this.

1 Like

It’s not just HTTPS websites that don’t work, websites that have a X-Frame-Options: SAMEORIGIN will also not work in an iframe (like https://google.com).