I have a .Net Windows .exe created with visual studio that makes https requests to ASP.NET Web API services running on an IIS Server. How can I capture the https requests from the exe to examine the details?
            Asked
            
        
        
            Active
            
        
            Viewed 198 times
        
    0
            
            
        - 
                    1By using Wireshark? https://www.wireshark.org/ – trix Sep 25 '20 at 12:21
 - 
                    Or create your own [handler](https://stackoverflow.com/questions/18924996/logging-request-response-messages-when-using-httpclient/18925296). – mm8 Sep 25 '20 at 12:26