Charles(1): Introduction and installation of Charles packet capture tool

Charles

  Charles is a commonly used network packet interception tool under Mac (Charles is cross-platform). When doing mobile development and testing, we often need to intercept network packets for analysis in order to debug the network communication protocol with the server. Charles is an HTTP proxy server, HTTP monitor, and reverse proxy server. When a program connects to Charles' proxy to access the Internet, Charles can monitor all data sent and received by this program.

Charles installation

1. Official download address: https://www.charlesproxy.com/download/ Select the corresponding installation package according to your own system and install it by default, as shown below:

2. Double-click the installation package and click Next

 3. Check I accept... and then click Next

 4. You can customize the installation path, and then click Next

 5. Click Install to start the installation

 6. Click Finish to complete the charles installation.

 Practical case

Optical theory is useless, you have to learn to follow along, and you have to do it yourself, so that you can apply what you have learned to practice. At this time, you can learn from some actual combat cases.

If it is helpful to you, please like and collect it to give the author an encouragement. It is also convenient for you to quickly find it next time.

If you don’t understand, please consult the small card below. The blogger also hopes to learn and progress with like-minded testers

At the right age, choose the right position, and try to give full play to your own advantages.

My road of automated test development is inseparable from the plan of each stage along the way, because I like planning and summarizing,

Test and develop video tutorials, study notes and receive portals! ! !


 

Guess you like

Origin blog.csdn.net/Liuyanan990830/article/details/129590778