First, F12 GET request information
Get the keyword and use it when using the JMeter test.
Second, if the F12 crawl is not perfect, use fiddler crawl
Input: Bup Https://passport.cnblogs.com/user/signin?ReturnUrl=%2F
Intercepts login requests.
Access Https://passport.cnblogs.com/user/signin?ReturnUrl=%2F in the browser
Fiddler will appear as follows:
If there are request parameters, go to TextView to view.
Three, JMeter request simulation test
Install JMETER4, official website http://jmeter.apache.org/download_jmeter.cgi download apache-jmeter-4.0.zip, note no src.
You need to configure JDK8 or 9 before installing. Recommended 8
Installing jmeter requires configuring environment variables in the same way as configuring the JDK.
1. Request Configuration
2. Thread group configuration
3. View result Tree
4. Aggregate Results Summary Report
JMeter Plus fiddler testing the Web project