OBIEE 12.2.1.4 REST API CALLS
Hello community,
I've some trouble getting the REST API working via internet.
I set everything up correctly and can make internal calls like
GET http://host:port/xmlpserver/services/rest/v1/reports/Schulung%2ftestbericht
After that I set up my Apache.
https://mydomain.de/analytics to http://host:9502/analytics
https://mydomain.de/xmlpserver to http://host:9502/xmlpserver
Analytics works fine I even can login xmlpserver, but as soon as I try to make a call like
https://mydomain.de/xmlpserver/services/rest/v1/reports/Schulung%2ftestbericht
I just get 404.
Does anybody know this problem?
Tahnks