Import Charles packet capture data into Postman

1. Grab the corresponding interface in Charles, right click, and then click Copy cURL Request, as shown in the figure: 

2. Import the request to Postman through import, as shown in the figure:

3. View Header and Body

Body can modify relevant parameters by itself according to test requirements

4. Click Send to send the request

Guess you like

Origin blog.csdn.net/yuan_ahui/article/details/130136677