postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.83k stars 839 forks source link

Export request and response as HAR #8147

Open brentco opened 4 years ago

brentco commented 4 years ago

Is your feature request related to a problem? Please describe. So I'm facing the issue right now that I have to share my results with another team for a call. I can perfectly export a good complete request (using curl) but curl doesn't work properly on the laptop I am working on (company stuff). I need to share my response with them, but it's quite hard to share anything besides the response body and the request through curl.

Describe the solution you'd like It would be nice to be able to export a complete request & response overview with all related data as a HAR file which is standardized any way.

Describe alternatives you've considered Alternatively, I tried opening DevTools in Postman, as well as check the Postman console for possible ways to export something. DevTools unfortunately never showed any network requests (which I would have been able to export as HAR).

RyKilleen commented 1 year ago

This and #9242 seem to be duplicates, just wanted to note this would be incredibly useful! Working to create a flow for profiling and load testing user flows with autocannon, which accepts HAR files, and this would make it super easy!