Hi,
Is it possible to start Postman from Javascript with pre-filled request (method, url, headers) ?
My use case is that I have an Angular application that shows API logs.
I’d like to add the possibility to “replay” an API request from the log by adding a button that open Postman with parameters.
I also accept solutions that consist to download a file (like .saz file for fiddler) which is associated to postman app and automatically opens it when clicked.
Thank you for your help