Logging all outgoing HTTP requests
My current project has lots of outgoing requests to third parties including HTTP and SOAP requests. I was tasked to log all outgoing requests in their raw form. In this post, I’m going to show my implementation for logging outgoing HTTP requests. I’m using .Net Core 2.1 and HttpClientFactory for this solution. I could use … [Read more…]