Is it possible to use file saver library with POST request in Angular?

47 views Asked by At

Does the usage of File Saver library requires only GET requests so to be able to download a file in the user's browser or it can be implemented witht POST also? I can't find anything specific for this in the documentation and the POST I implemented returns 404

0

There are 0 answers