Hello I used to work with C#'s httpwebrequest but since it does not support SOCKS I decided to try HTTPClient. I like it very much so far, but I'm having a hard time logging traffic from it, I always used Fiddler to log httpwebrequest's traffic and I was able to log HTTPClient's traffic by setting its proxy to what Fiddler listens to, but when dealing with https I can't log traffic. Are there any solutions to this?
Regards!