You are not logged in.
Dear community,
When I run a report from an url :
http://lin-fr-webi04.europe.private.com/reportserver/reportserver/httpauthexport?id=318441&user=frph01&apikey=abcdefghij&format=html&download=false&p_NumClt=641002
this works perfectly, I get the result. I'm now trying to include this line in our next CRM software (SuperOffice)
which uses iFrame
I'm made a little html page to try :
<html>
<head>
</head>
<body>
<iframe scrolling="yes" width="1024" height="800" src="http://lin-fr-webi04.europe.private.com/reportserver/reportserver/httpauthexport?id=318441&user=frph01&apikey=abcdefghij&format=html&download=false&p_NumClt=641002">
</iframe>
</body>
</html>
this doesn't work, the Reportserver seems to refuse to run report from iframe ...
Is there a parameter to fix this ?
Thanks for your feed back.
Last edited by phenaut (2019-04-08 11:58:00)
Offline
Solved by commenting in httpd.conf lines
Header always * X-Frame-Options SAMEORIGIN
Offline
Hi phenaut,
thanks for posting the solution to your problem.
Regards,
Eduardo
Offline