Hello,
I discovered Postman proxy feature and set it up to intercept my requests to a remote REST service, not without difficulties due to the use of TLS on the remote service.
Now my requests are captured and shown in the History tab.
However, although I enabled “Save Responses”, whenever I click on a request in the History tab, on the right all the details of the request are shown, but the Response part of the window is completely empty, unless I hit on “Send” to re-send the request.
I read at https://github.com/postmanlabs/postman-app-support/issues/622 that response capturing should have been implemented in Postman 6.5 and I’m using Postman 7.22.1, but I don’t see those responses. Maybe I am looking at the wrong place?
Thanks in advance for any help.