Home  >  Article  >  Software Tutorial  >  Tutorial on how to grab cookies in fiddler

Tutorial on how to grab cookies in fiddler

WBOY
WBOYOriginal
2024-06-02 21:08:02962browse

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.

Tutorial on how to grab cookies in fiddler

The second step is to open fiddler 2. Fiddler will promptly capture all the information of ongoing network communication

Tutorial on how to grab cookies in fiddler

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

Tutorial on how to grab cookies in fiddler

Step 5 and then go to the attribute details column on the right to find [cookie]

Tutorial on how to grab cookies in fiddler

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn