My app is allowing users to download files from Dataverse.
It works well when the user is signed into what I believe is CRM dynamics, but when is not, the download opens a blank page.
Example: with this URL:
https://mydomain.crm4.dynamics.com/api/data/v9.2/pg_attachmtoses(fdfdsfae)/pg_anexo/$value
If the user opens https://mydomain.crm4.dynamics.com/ and signs in, he's able to download the files, but if the login cookie isn't present in the browser, he gets a blank page.
Is there a way to get around this?
Any help?
Thanks in advance!