#How do I download a File using an Authorization Header
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
Pretty much the title, I have an OAuth2 Token which can be used to download files from a protected Resource Server. I have the token, I have the request URL. I am just missing a way to implement a file download link with Authorization Header. Any help would be much appreciated :))
Hi! Please share the code you already have come up with that doesn't seem to work.
I have none
I just cannot add http headers to an a tag or to a Nuxt link tag and I cannot use useFetch
Pls anybody?