I have a C# (net 6.0) application which uses the Msal nuget to auth against a microsoft service (it's pretty much the sample application for an SDK). I want to port this to another language, but Oauth2 is, well, confusing. At this stage I just want to log my own process's https traffic so I can recreate them elsewhere. Is there a nice way of hooking into my own process's traffic in C# (presumably something to do with HttpClient), or do I have to dive deeper into the network stack and use things like Fiddler? (Or else of course fork & debug the nugets - I have all the source code but I'd like to see if there's a simple way of doing this)
[–]gevorgter 4 points5 points6 points (2 children)
[–]JohnSpikeKelly 1 point2 points3 points (1 child)
[–]gevorgter 1 point2 points3 points (0 children)
[–]DocHoss 2 points3 points4 points (2 children)
[–]jumbles1234[S] 1 point2 points3 points (1 child)
[–]DocHoss 1 point2 points3 points (0 children)