Hi,
I've created a website and want to display a report in an iframe after click a button.
I have 2 questions here:
1) I can get the URL of a report. But I need to pass the token to the URL if I want to open the report.
Is there another way to open a report without passing a token to the URL?
I mean that can I use cookie to store the authentification information?
2) I've mention that I want to display a report in an iframe, and I've set the report's URL to iframe's source attribute.
After I got the URL, the iframe redirected to the inforview login page. But I could open the report in a new IE window by using the same URL. Why the redirection happened in the iframe?
Thank you!