0

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?

Gary Barrett
  • 1,764
  • 5
  • 21
  • 33
  • 1
    By 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

0 Answers0