I’m a newbie to this area and need help.
I’m working with Jasper reports server. My goal is to call a report published in JasperServer from a jsp. Is it possible?
Until now I was able to show a report on a html page using http api, but the problem there is that user credential are in cleartext and not hidden.
Any ideas?
After reading all yours suggestion i came up with this solution:
Simply i found a way to set up the body of my PUT HTTP request and everything works fine!
I posted the solution maybe can help someone!
Cheers!!