Environment:
FiddlerCore: v5.0.1
.Net: v6.0
Issue:
I've written a fiddle script to send another request to get the necessary info to proxy the original request via FidderClassic. It works fine with the tls1.2 protocol. But when I try to use FiddlerCore to do the same thing, I got the 502 error again(the error occured when I use FiddlerClassic without tls1.2 protocol).
Is there any insights for this issue? Thanks