I am using Jasper web services to access a report through a link. For example:
This works, but I always have to enter the server username and password. Is there a way I can bypass the authentication or do it within the link without the username and password being visible in the url?
2 Answers:
Posted on March 26, 2016 at 8:12pm
Just append j_username and j_password to your url
Refer to the following thread for an example:
http://community.jaspersoft.com/questions/829426/automatically-login-pos...
Posted on April 12, 2016 at 3:10pm
Did you try this approach ?
http://community.jaspersoft.com/wiki/allow-anonymous-access-reports
can someone please help