You need to sign in to do that
Don't have an account?

Load denied by X-Frame-Options: https://eu6.salesforce.com/
Hi,
I am using an <apex:iframe src="/001/e" scrolling="true" id="theIframe"/> tag in my visualforce page but it is showing Load denied by X-Frame-Options: https://eu6.salesforce.com/001/e does not permit cross-origin framing. error .
Can anyone help me to include standard page in visualforce page.
Thanks,
Rohitash
I am using an <apex:iframe src="/001/e" scrolling="true" id="theIframe"/> tag in my visualforce page but it is showing Load denied by X-Frame-Options: https://eu6.salesforce.com/001/e does not permit cross-origin framing. error .
Can anyone help me to include standard page in visualforce page.
Thanks,
Rohitash
https://help.salesforce.com/articleView?id=IFRAME-or-Web-Tab-Content-Displays-Blank-Page-1327107637323&type=1
This is part of clickjack protection, which yu can view via Setup -> Security Controls -> Setup Session:
You can ask Salesforce to disable clickjack protection for non-Setup Salesforce pages, but make sure you understand the ramifications.