When using Fidder to crawl cookies, you may encounter various problems, such as the website using SSL/TLS encryption, using the HTTPS protocol, or other limitations. PHP editor Xiaoxin will introduce solutions to these problems, including configuring Fidder and using different tools and techniques. Understanding these methods will help you easily scrape cookies for debugging or other purposes.
The first step is to download and install fiddler. The versions of fiddler2 and 4 have requirements for the net version in the computer.
The second step is to open fiddler 2. Fiddler will promptly capture all the information of ongoing network communication
The third step is because the web page background will There is an automatic refresh process, so when grabbing the special webpage COOKIE, first hold down CTRL . Then you will see that fiddler is already recording a series of web pages. Select the Xiaomi official website
Step 5 and then go to the attribute details column on the right to find [cookie]
The above is the detailed content of Tutorial on how to grab cookies in fiddler. For more information, please follow other related articles on the PHP Chinese website!