Error when run BI Publisher Report from cURL(REST API)
According to Oracle documentation (https://docs.oracle.com/middleware/12213/bip/BIPAP/op-v1-reports-%7BreportPath%7D-run-post.html), i installed cURL in my desktop.
To test it , i call seeded REST API GET ALL PROJECTS and it works very well.
my need is to run BI Publisher Report from cURL. I execute this command :
curl -X POST -u <user>:<password> -H "Content-Type:application/json" http://my_organization.com/xmlpserver/services/rest/v1/reports/ReportPath/run
in ReportPath, i put the report path formated like : /Custom/BIP Report then %2FCustom%2FBIP%20Report
but i have this error :
<HTML><HEAD>
<TITLE>Bad Request</TITLE>
Tagged:
1