I already know that 'tunnel to' is caused by certificate permissions, but I don't need to fully resolve this issue. The trouble it causes is that requests with 'tunnel to' cannot return data properly. What I want is, when encountering such requests, to let Fiddler bypass and not proxy these requests so that they can return data normally.
I tried adding the following in the 'OnBeforeRequest' method:
1}or
2But in practice, it didn’t work.[enter image description here]