Home
Analytics
Hider URl in the BIRT viewer
sandeep_sn
Hi,
When i run the report, and open view source in that HTMl page im able to see the URL with all the parameters and IP address, can i get information how to hide the URL. I am seeing the URL even in addressbar, im facing security issues. Kindly help me how to hide the URL.
Regards,
S.Sandeep
Find more posts tagged with
Comments
JasonW
One option would be to use the tag libraries. Specifically the viewer tag.
http://www.eclipse.org/birt/phoenix/deploy/viewerUsageMain.php#tags
To hide parameters you can always use for variables or add your values to session and use script in the report to get the values from session.
Jason