I got an api which returns raw bytes on response and the filename. With one request I can only get a filename, and with the other request the web server returns the raw bytes associated to this filename. How can I create a file with that and download it on the client side, is that possible? I use vue.js (nuxt, to be specific) on the client side, if that matters.
Asked
Active
Viewed 28 times