#1 2019-04-08 11:54:43

phenaut
Member
From: FRANCE
Registered: 2017-10-30

Executing Reports via the URL in iframe

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

#2 2019-04-08 16:05:03

phenaut
Member
From: FRANCE
Registered: 2017-10-30

Re: Executing Reports via the URL in iframe

Solved by commenting in httpd.conf lines

Header always * X-Frame-Options SAMEORIGIN

Offline

#3 2019-04-10 12:33:02

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Executing Reports via the URL in iframe

Hi phenaut,

thanks for posting the solution to your problem.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB