I have the Angular Report Viewer configurated with the Authorization Token option,
<ng-container>
<tr-viewer
[containerStyle]="viewerContainerStyle"
[serviceUrl]="serviceUrl"
[authenticationToken]="authenticationToken"
[reportSource]="reportSource"
[viewMode]="'INTERACTIVE'"
[scaleMode]="'SPECIFIC'"
[scale]="1.0"
[parametersAreaVisible]="true">
</tr-viewer>
</ng-container>
When I preview the report, it works fine, but when I export the report, the page is redirected to https://.../api/reports/clients/29647efbe45/instances/18eaf5b1936/documents/b86a87758c11f7b9cd832a?response-content-disposition=attachment and in this redirection is not including the authorization header
Thanks a lot, Ariel