How do I trace HTTP requests in .NET?

Configure ArgusLogs network/HTTP tracking. Inbound requests are captured at the middleware layer; outbound HttpClient calls can be logged with URL, method, status, and duration when the network tracker is installed.

Inbound vs outbound

Inbound: ASP.NET Core pipeline via UseArgus(). Outbound: HttpClient/gRPC integrations where network tracker packages are referenced.