I'm inserting an iframe on my webpage with the following code.
<iframe src="[url]" width="400" height="700">
But in the browser I only see a blank box. In the browser console I'm seeing the following message.
Load denied by X-Frame-Options: [url] does not permit cross-origin framing.
[url] is an https url. Accessing the [url] directly in the browser is working.
Can anyone tell me why it is not displaying?