Environment:
FiddlerCore Version: v5.0.1
.Net Version: .net6.0
windows: win11 22h2
Issue
My requirement is when I get the specific request, I need to send another request to get some extra info and then modify some parameters of the original request. I wrote a fiddler script to achieve that and it works fine by Fiddler Classic when I set the TLS1.2 for Https options.
But when I try to use FiddlerCore to do the same thing, I got the 502 error.
I followed https://www.telerik.com/blogs/fiddler-and-modern-tls-versions to set the protocols of connection to support the tls1.2, but it doesn't work!!
Is there anyone can help me figure out what should I do to to resolve this issue