In Paw, I have a POST request that returns a binary (excel file). How do I download it rather than see the binary output in the raw
output.
Asked
Active
Viewed 2,146 times
9

Martin Giffy D'Souza
- 188
- 7
2 Answers
1
Use the curl exporter, and perform the curl request in your terminal of choice. Add a -o yourfile.xlsx
option to the given command-line, and voila.

Cyrille
- 25,014
- 12
- 67
- 90