This is a migrated thread and some comments may be shown as answers.

Blocking fiddler to see the DecryptHTTPS

1 Answer 51 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Nambi
Top achievements
Rank 1
Nambi asked on 07 Apr 2019, 04:54 PM

Hi Team,

 

https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/DecryptHTTPS

In which part of the MVC4 application code i need to add the below code (OnBeforeRequest function)

if (oSession.HTTPMethodIs("CONNECT") && oSession["X-PROCESSINFO"] && oSession["X-PROCESSINFO"].StartsWith("outlook"))

{ oSession["x-no-decrypt"] = "boring process";

}

1 Answer, 1 is accepted

Sort by
0
Simeon
Telerik team
answered on 10 Apr 2019, 02:07 PM
Hi Nambi,

I answered your question in the other thread. https://www.telerik.com/forums/fiddlercore-setnodecryptlist

Regards,
Simeon
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Nambi
Top achievements
Rank 1
Answers by
Simeon
Telerik team
Share this question
or