We are running PBI Server August 2018 (15.0.2.557). We set the server properties for HTTP Headers in line with the documentation, and restarted the server.
We can see the properties being loaded in the RSPortal.log file:
2018-09-27 12:10:24.6725|INFO|1|CONFIG : AccessControlAllowOrigin = [*] (env)
2018-09-27 12:10:24.6725|INFO|1|CONFIG : AccessControlAllowHeaders = [*, X-TEST] (env)
2018-09-27 12:10:24.6725|INFO|1|CONFIG : AccessControlAllowMethods = [GET, PUT, POST, PATCH, DELETE] (env)
2018-09-27 12:10:24.6725|INFO|1|CONFIG : AccessControlExposeHeaders = [*, X-TEST] (env)
However, the headers are not returned in the response when inspecting the HTTP calls via Chrome DevTools, Fiddler, etc.
Is this functionality now broken, or is there an additional option to configure it?