I am using Jasper Report server and have created a report. I want the users to access my report just by clicking on a link. I don't want to pass the username and password to the link. Is there any way to do it?
or
how can I access the report with an anonymous user as after trying it with an anonymous role, it says that I don't have access to it? Any help regarding this would be really appreciated.
here is my link which I am trying:
http://my_ipjasperserver/flow.html?_flowId=viewReportFlow&ParentFolderUri=%2FsampleDire&reportUnit=%sampleDir%2FSampleReport&output=pdf&standAlone=true&j_username=anonymousUser&j_password=
Have you allowed anonymous access to the report? If not, you can do so as per the wiki article here - https://community.jaspersoft.com/wiki/allow-anonymous-access-reports.