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

Hi All Fiddler FiddlerCore4 Cert

2 Answers 115 Views
Windows
This is a migrated thread and some comments may be shown as answers.
逸豪
Top achievements
Rank 1
逸豪 asked on 05 Jun 2015, 01:11 AM

English 不懂得
FiddlerCore4 证书无效 如何解决
       if (!Fiddler.CertMaker.rootCertExists())
       {
           if (!Fiddler.CertMaker.createRootCert())
           {
               throw new Exception("Unable to create cert for FiddlerCore.");
           }
       }
       if (!Fiddler.CertMaker.rootCertIsTrusted())
       {
           if (!Fiddler.CertMaker.trustRootCert())
           {
               throw new Exception("Unable to install FiddlerCore's cert.");
           }
       }

 

 Invalid certificate

 

2 Answers, 1 is accepted

Sort by
0
逸豪
Top achievements
Rank 1
answered on 05 Jun 2015, 10:29 AM

补上一条

                   if (oS.uriContains("http://www.ihfor.com/forum.php"))

                {

           //    oS.oResponse[]

           Console.WriteLine ("OK"+oS .oResponse.headers["Location"]);

           var location = oS .oResponse.headers["Location"];

             oS .oResponse.headers["Location"] = "http://p.21kunpeng.com";



                }

以上代码无效

0
Eric Lawrence
Telerik team
answered on 05 Jun 2015, 06:27 PM
Unfortunately, it's not clear what you're asking. If you copy and paste any error messages (or screenshots of errors) it might help.

Regards,
Eric Lawrence
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
逸豪
Top achievements
Rank 1
Answers by
逸豪
Top achievements
Rank 1
Eric Lawrence
Telerik team
Share this question
or