Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » how to avoid dispalying the report parameters in URL(how to avoid dispalying the report parameters in URL)
how to avoid dispalying the report parameters in URL [message #669357] Tue, 10 May 2011 05:10 Go to next message
vijay kumar is currently offline vijay kumarFriend
Messages: 26
Registered: October 2010
Junior Member
Hi ALl,

I have created a web application using birt.I have few reports with report parameters. so i am passing them through URL and its working fine. But end user can see the values are passed on URL.
http://hdchctdgrd5780.hclt.corp.hcl.in:8080/TestReportParam/ frameset?_report=reports/SimpleReport.rptdesign&enterpri seName=HCL&__format=HTML

Is there any method to hide them or encrypting the values.

can some one answer me.

Thank you in advance.

Vijay Kumar Bolisetti.

Re: how to avoid dispalying the report parameters in URL [message #669403 is a reply to message #669357] Tue, 10 May 2011 07:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Donkey Hottie

10.5.2011 8:10, vijay kumar kirjoitti:
> Hi ALl,
>
> I have created a web application using birt.I have few
> reports with report parameters. so i am passing them
> through URL and its working fine. But end user can see the
> values are passed on URL.
> http://hdchctdgrd5780.hclt.corp.hcl.in:8080/TestReportParam/ frameset?_report=reports/SimpleReport.rptdesign&enterpri seName=HCL&__format=HTML
>
>
> Is there any method to hide them or encrypting the values.
>
> can some one answer me.
>
> Thank you in advance.
>
> Vijay Kumar Bolisetti.

You can use HTTP POST instead of GET, BIRT will get the parameters fine
with that too, and the parameters are not visible in URL.

--

Q: Why is it that the more accuracy you demand from an interpolation
function, the more expensive it becomes to compute?
A: That's the Law of Spline Demand.
Re: how to avoid dispalying the report parameters in URL [message #694212 is a reply to message #669403] Fri, 08 July 2011 06:15 Go to previous messageGo to next message
vijay kumar is currently offline vijay kumarFriend
Messages: 26
Registered: October 2010
Junior Member
Where do i get the option to change from Get to Post.
Re: how to avoid dispalying the report parameters in URL [message #694227 is a reply to message #694212] Fri, 08 July 2011 06:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Donkey Hottie

8.7.2011 9:15, vijay kumar kirjoitti:
> Where do i get the option to change from Get to Post.

It depends how you call BirtViewer.

I have a own form asking for parameters, and it is as follows

<form action="/birt/frameset" method=POST">
<input type="hidden" name="__report" value="report.rptdesign"/>
<input type="hidden" name="__other-param" value="something"/>
.. visible parameters on form ..
</form>

--

Q: What do you call a blind pre-historic animal?
A: Diyathinkhesaurus.

Q: What do you call a blind pre-historic animal with a dog?
A: Diyathinkhesaurus Rex.
Re: how to avoid dispalying the report parameters in URL [message #695161 is a reply to message #694227] Mon, 11 July 2011 07:00 Go to previous message
vijay kumar is currently offline vijay kumarFriend
Messages: 26
Registered: October 2010
Junior Member
Thank you,

I understood that you are using JSP to call the report. I am using Servlet to call my report.I am using the follwing technique.
desDecrypted= "/frameset?__report=reports/myReport.rptdesign&one=2&__format=HTML";
request.getRequestDispatcher(desDecrypted).forward(request, response);


It is navigating me to report page up to Navigation bar. But it is not processing the result. Can some one guide me how to call the report using servelt.

Thank you.
Previous Topic:"Out of Memory" issue in BIRT 3.6.2
Next Topic:Customize the pop-up message in BIRT viewer
Goto Forum:
  


Current Time: Tue Apr 23 09:47:06 GMT 2024

Powered by FUDForum. Page generated in 0.03202 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top