我正在尝试将承载令牌添加到iframe中以显示pdf,但不确定如何操作。这是我的代码和尝试
<iframe [src]="getSafeUrl()" frameborder="0" *ngIf="pdfSrc"></iframe>
getSafeUrl() {
return this.sanitizer.bypassSecurityTrustResourceUrl(this.pdfSrc);
}
const token = this._storeService.getStoredData().access_token;
由于我没有将令牌附加到pdf,因此目前我只是遭到401的未经授权