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 https://learning.getpostman.com/docs/postman/sending_api_requests/capturing_http_requests/ , 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 (https://learning.getpostman.com/docs/postman/sending_api_requests/proxy/) 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?