GET メソッドを使用したリクエスト パラメータは正常に機能していますが、URL に資格情報を表示したくないため、post メソッドが機能していません
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>