Objective
Fiddler is a good grab package tool, the default is to catch the HTTP request, for the HTTPS request on the PC, will prompt the webpage is not safe, this time need to install the certificate on the browser.
One, the web is not secure
1. Grab the bag with fiddler, open Baidu Web page: https://www.baidu.com
2. Tip: Web pages are not secure
Second, fiddler set
1. Open the menu bar: Tools>fiddler Options>https
2. Tick decrypt HTTPS traffic, two sub-menus are also checked
Third, export the certificate
1. Click the Actions button in the upper right corner
2. Choose the second option, export to the desktop, there will be more than one file on the desktop: Fiddlerroot.cer, as shown on the left.
Iv. Import to Firefox browser
1. Open the upper right corner browser settings "advanced" certificate "View Certificate" certificate Authority "import"
2. Check the file into
3. After opening the file, a box will pop up, tick the three options to complete the operation.
If you don't succeed, restart your browser and restart your computer.
Fiddler grab Bag 1-grab Firefox on HTTPS request