dgiulian Posted October 23, 2009 Posted October 23, 2009 Hi everyone,I'm trying to integrate Jasperserver in an aplication that has a web interface, so that users can view reports called using the URL. But the problem is that users must login first in the aplication and then when they want to view a report they must login again in JasperServer, and thats really anoying for the users. So what I want to do is to use the user and password from the aplication to login in JasperServer without the user intervention, but I don't know if theres a way to send that data as a URL parameter.Can someone give me a hint about how to do this?Thanks.
stopbugginme Posted October 23, 2009 Posted October 23, 2009 I've the same problem. I'd like to login to the web app via a GET http request.
cjturner Posted October 23, 2009 Posted October 23, 2009 You can do this via the Web Services interface (the same one that iReport uses). You can find documentation in JasperServer-Web-Services-Guide.pdf in the documentation zip, or you can see a sample interface in PHP and hack away. look for it in <jasperserver-install-dir>\samples\php-sample
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now