Skip to content

Blazor, authentication cookies, Ajax requests - how to authorize #7435

Discussion options

You must be logged in to vote

Found it. Answer here in case someone else needs it.

ABP already appropriately sets CORS policy, so ignore that bit of the Syncfusion docs.
In the AjaxHeaderSettings, set withCredentials to true:

<SfPdfViewer .....>
    <PdfViewerAjaxRequestSettings WithCredentials="true" .....></PdfViewerAjaxRequestSettings> 
</SfPdfViewer>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by clinically-au
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant