Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1854

Is it possible to set or bypass requests with 'tunnel to' in Fiddler, either through settings or by using FiddlerScript?

$
0
0

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]


Viewing all articles
Browse latest Browse all 1854

Trending Articles