Is there any way to open different subdomain site in the iframe?
Ex. I'm on a.xyz.com and here is iframe pointing to b.xyz.com.
a.xyz.com
<body>
<iframe src="http://b.xyz.com"></iframe>
</body>
b.xyz.com
<body>
B subdomain iframe
</body>
As for now I'm getting cross-origin error.
Load denied by X-Frame-Options: b.xyz.com does not permit cross-origin framing.