I'm using a backend-backed PDF viewer. I have a problem with one enpoint - Unload.
Every time this endpoint is called, it throws 401 Unauthorized. All the different endpoint behaves as expected. In the attachments you can find an example of what's happening when clicking the Save button in the Organize Pages view.
The problem is that cookie is not attached to the Unload requests. CORS settings are checked, and everything else is working without any problem. I'm using 28.2.12 version of pdf viewer and angular 13. I can also observe the same issue on the newest version of pdf viewer.
Attachment:
Requests_3eb57a33.png