Search code examples
pentahopentaho-cde

how to pass login credential in pentaho bi url


Pass parameter to pentaho CDE report

Request parameter using GET method is working fine but I dont want to show credentials in URL , post method is not working

requestParameterProcessingFilter : http://jira.pentaho.com/browse/BISERVER-10708

<html>
<form action="http://localhost:8080/pentaho/api/repos/ublic:Company:Reporting:Test:Test2.prpt/report?&output-target=pageable%2Fpdf" method="post">
<input type="hidden" name="userid" id="userid" value="admin"/>
<input type="hidden" name="password" id="password" value="password"/>
<input type="submit" value="Submit">
</form>
</html> 

Solution

  • I don't expect that to work.

    You should look into granting anonymous access to Pentaho. You can find that in the infocenter.