Forum Discussion
Help with SSRS 2019 X-Frame-Options
Hi KRem ,
According to this error message, this is because the server is set up to serve the page you are trying to put into the iframe. It does not allow you to put the page into an iframe on another site.
See the following documentation for more information about X-Frame-Options.
X-Frame-Options - HTTP | MDN (mozilla.org)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks very much for the reply Henry, you are correct that the SSRS server not set up to allow it to be put into an iFrame and thats the issue I'm trying to find a fix for. ie on the SSRS server, what configuration can I change to allow it to be pulled through by the web application (note both are internal). In PowerBI there is a value in the CustomHeaders attribute that I've used to fix the issue but I'm not sure of the equivalent in SSRS. The reference documentation link here for SSRS server properties: https://learn.microsoft.com/en-us/sql/reporting-services/tools/server-properties-advanced-page-reporting-services?view=sql-server-ver15
indicates that I should be able to set it but I dont seem to be able to work it out. Am I on the wrong path? Cheers!