Dowlnload with axios and Browser

Viewed 27

I have a vuejs application that works with .net core api. there are some files on API in the API that I want to download. the problem is for security reasons I cannot just put files in wwwroot and create an open link. So I created a controller which gets the token and some info and after authorization returns the file. if the file is big I have to wait for Axios to download in javascript and then I can create a link for the browser to Download it. Is there any way I can download the Result in Browser or third-party softs Like IDM???

0 Answers
Related