[Feature Request] Option to save response to file automatically
See original GitHub issueJust like in a curl command you would redirect the output to a file with > response.xml
, it would be nice to add a tab to handle what to do with the response, aside from previewing in the right panel.
The tab could be implemented as a list, where for each item that is usually shown in the right panel (Body Response, Full Response, Header, Timeline) could be assigned a file path to be saved as.
The use-case scenario for me is a series of third party services that return XML documents as response, and the same document is fed to another service through the File
tab as a binary file. The workflow could be automatized even further if the steps for saving the Body Response where a feature of Insomnia.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
[Feature Request] Option to save response to file automatically
The use-case scenario for me is a series of third party services that return XML documents as response, and the same document is...
Read more >Saving API response in Postman to a file - Stack Overflow
There are 2 ways of saving the response to a file: ... In Postman 7.3 simply click Save Response after executing a request....
Read more >How to programmatically save the response to file in Postman
Sooner or later you will want to do read or write files when using Postman. Due to security concerns, this is not possible...
Read more >Change how Outlook processes read receipts and meeting ...
Change how Outlook processes read receipts and meeting responses · Select File > Options > Mail. · Scroll down to the Tracking section....
Read more >Write Responses To File | Postman Answers
This collection makes it easy for users who want to write the response of each request to a file. This can be extended...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This actually already exists, although it’s quite hidden. You can access it by right-clicking (or cmd+clicking) the Send button.
It isn’t quite as full-featured as you are describing, but give it a try and let me know your feedback.
Hi, would by great to be able to specify format/part of the response. Like an extraction of some parts and creating e.g. JSON file on local storage for another processing on computer.
(I’m aware it’s already closed but … 😄 )