Hello,
in visualize.js user name and password is showing in the link
localhost:8080/jasperserver-pro/j_spring_security_check?j_username=jasperadmin&j_password=jasperadmin&orgId=null
i want to hide username and password from url.
2 Answers:
It's probably because you're using plain text as authentication method. Have you tried using SSO?
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...
That said, by looking at codes for hook authentication, it's obvious Visualize.js is passing userid and password in url.
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...
Also, check about using without authentication. If you can authenticate using other apps, you don't need to send userid/password. This may be safer.
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...