My question is, can Postman be used to capture all HTTP traffic on a specific interface/port? I have a REST server and client both running on the same machine using the 127.0.0.1 interface. I can use Wireshark to sniff the 127.0.0.1 interface and see all the HTTP GETs and the responses from the API. Can Postman do this (without a proxy server)? Just want to sniff the HTTP traffic and see all the GETs/responses in Postman.
Hi i just need some info related to the topic, can postman also capture the responses. As i see that only the requests are captured and not the responses.