fiddler笔记


1.在fiddler中如何捕获最新的android/ios协议?

安装 CertMaker for iOS and Android https://www.telerik.com/fiddler/add-ons 网站上,用这套新的证书体系可以抓取最新的移动端协议。


2.如何让request使用自己已有的证书来进行访问?

https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/RespondWithClientCert  这个网址有详细记录如何使用本地证书来进行访问

To specify the .CER file for Fiddler to return for a given session, add this FiddlerScript*:

    oSession["https-Client-Certificate"] = "C:\\test\\someCert.cer";

To specify a .CER file for Fiddler to return otherwise, place that .CER file in:

%USERPROFILE%\My Documents\Fiddler2\ClientCertificate.cer


To generate a .CER file:

  1. Install the certificate in the Current User's Personal Certificate Store.

  2. Right-click the certificate in Personal Certificates Store.

  3. Click All Tasks > Export....