Is there any way for the Postman native app (PC) to capture HTTPS requests from Chrome, for a web application with HSTS enabled?
I’m trying to replicate the functionality provided by the Chrome App / Postman Interceptor - my organization is extremely hesitant to use an application that’s no longer supported.
Based on this post Capture HTTP requests in Postman | Postman Docs , I understand that the built-in proxy does not handle this.
I considered setting up our own proxy to handle HTTPS requests, and making use of custom proxy ability functionality. But rereading the documentation (Configure Postman to use a proxy server | Postman Docs) it sounds like Postman can only SEND requests through the custom proxy, it cannot intercept or record requests that originate from the Chrome browser - is that correct?