I'm trying to figure out why iframe will not load on a specific page.
Code that I'm using:
<iframe src="http://example.mywebsite.com" width="100%" height="100%" frameborder="0" ></iframe>
I'm loading it from http://frameloader.mywebsite.com
Somehow if I'm trying the same thing from http://temploader.mywebsite.com it works fine.
I've tried reloading/flushing cookies/using another browser/computer, but in all instances, it works for temploader but not for frameloader.
Does anybody have any idea why this might not work? I've been wrecking my brain and internet for days on this.