Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Save Zip file from rest web service using PostMan tool

I have created a web service to send Zip file as output. I use post method in the request(Send file as input).

How do i download the file in the PostMan tool.

I get the response like this (Contents of Zip file in text) PK

I need the file to be saved.

like image 758
user3302323 Avatar asked Mar 09 '18 06:03

user3302323


People also ask

How do I download a zip file using postman?

Postman provide Send and Download option . Select the Send and Download from dropdown . It will download and save the response in a file.

How do I download a ZIP file from a website?

To download a ZIP file, click on a link to it; this will prompt your browswer to ask you if you would like to open or save the file. Select Save. The IE , Safari, and Opera Web browsers will bring up a second dialog box asking you where on your computer you would like to save the file.

How do I save a postman and request a response?

Click on the small down arrow besides the "Send" button, this will show the "Send and Download" button. Click on it and postman will ask you where to save the response, when the request is done.


2 Answers

Postman provide Send and Download option .

Select the Send and Download from dropdown .It will download and save the response in a file. enter image description here

like image 125
kris Avatar answered Sep 18 '22 04:09

kris


You can use the Send and Download option in order to download the file, though, you will get a dialogue asking where to save the file.

like image 38
Ove Larsson Avatar answered Sep 19 '22 04:09

Ove Larsson