hi,
I need to inject authorization token into pdfviewer requests to my Asp.Net Core Api. I did it with ajaxRequestSettings property in pdfviewer.
it works as expected in Load and RenderPdfPages requests.
but in Unload it does not inject token and my api returns unauthorized error!
is it a bug or I missing something?
my pdfviewer version is:
"@syncfusion/ej2-angular-pdfviewer":"^18.1.57"
thanks