Fiddler from installation to use (creation of the root certificate was&n

Reprint address: http://blog.sina.com.cn/s/blog_63efaf480102w5xj.html

The biggest use of Fiddler: simulate requests, modify requests, and debug mobile applications


Fiddler download address: http://www.telerik.com/download/fiddler

It is very simple to install. It is necessary to pay attention to the configuration of win8. After the installation is completed, a web page will pop up. Click the item of win8 configuration, and there are detailed operation instructions. 
Fiddler <wbr>从安装到使用 <wbr>(creation <wbr>of <wbr>the <wbr>root <wbr>certificate <wbr>was&n

If Fiddler wants to monitor https, it needs to be set accordingly.
Select tool->fiddler option->https in turn

Fiddler <wbr>从安装到使用 <wbr>(creation <wbr>of <wbr>the <wbr>root <wbr>certificate <wbr>was&n

Normally it's ok
Open the webpage: http://localhost:8888/ Click 
Certificate installation complete


There may also be errors such as creation of the root certificate was not located;
Second step:

in command line tools 
cd "C:\Program Files (x86)\Fiddler2"
       makecert.exe -r -ss my -n "CN=DO_NOT_TRUST_FiddlerRoot, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky signature -eku 1.3.6.1.5.5.7.3.1 -h 1 -cy authority -a sha1 -m 120 -b 09/05/2012
With this method, I passed.

if successful
Open the webpage: http://localhost:8888/ Click 
if it fails
Please refer to: http://codego.net/4084163/

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325558668&siteId=291194637