The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
When I open a doc in the Angular DocumentEditor, the 'Import' traffic is not intercepted by Angular Interceptor (while all others are). I'm wondering if there is a way to add the JWT bearer token to the header so that the request can be authenticated. Thanks.
SRStephen Raj Chandra Sekar Syncfusion Team November 10, 2020 07:00 AM UTC
Hi Le,
You can change access token by adding custom headers for XMLHttpRequest to headers property of DocumentEditorcontainer. The client-side code will send the token back to the server for every subsequent request which needs server-side interaction. You can also refer below documentation link.