Capturing traffic between local webservice and external ssl based webservice
Hi Robert, Consider a case where I am issuing a HTTP request to my webservice running on localhost:8080. This webservice then in turn sends HTTPS request to an external webservice. I want to monito...