Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do download response binary?

Tags:

paw-app

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.

like image 821
Martin Giffy D'Souza Avatar asked Nov 18 '16 15:11

Martin Giffy D'Souza


People also ask

How do you process a binary file?

You can choose one of two methods for loading the data. 1) Use the commands open file, read from file and close file. 2) Use the URL keyword with the put command, prefixing the file path with "binfile:". Either approach allows you to place binary data into a variable so that it can be processed.

Can I read a binary file?

Binary files are not human readable and require a special program or hardware processor that knows how to read the data inside the file. Only then can the instructions encoded in the binary content be understood and properly processed.


1 Answers

You can go to the File menu and pick Export Response then Response Body.

Export a binary response from Paw

like image 69
Micha Mazaheri Avatar answered Sep 24 '22 11:09

Micha Mazaheri