Is there a way to disable X-Frame settings from the URL of SSRS Report Manager?

I am trying to integrate the URL of SSRS Report Manager into an iframe (using ZK framework). src of Iframe is ' https: //localhost/Reports_MYSQL2014/Pages/Folder.aspx '

The page displays correctly, but an error message appears on some links (Upload file, security link in the folder)

"Refused to display" https: //localhost/Reports_MYSQL2014/Pages/Import.aspx? ItemPath =% 2f && Redi ........................... .............. 'in the frame because he set the "X-Frame-Options" to "SameOrigin".

How to disable "X-Frame-Options" from SSRS response headers?

+4
source share

Source: https://habr.com/ru/post/1654330/


All Articles