Installation of postman and postman interceptor

I finally had time to do this, and it was so convenient after I finished it.

Installation steps on Google Chrome:

  • Change the .crc suffix of postman.crc to .rar, unzip it, and drag it into the chrome extension

  • The installation is complete

postman interceptor

Postman interceptor can intercept all requests, parameters, cookies and other information sent by chrome for easy debugging. It needs to be used with postman.

installation steps:

  • First you need to install postman
  • Change the .crc suffix of Postman Interceptor.crc to .rar, unzip it, and drag it into the chrome extension
  • Copy the ID corresponding to the Postman Interceptor in the extension: iegdojcjknifpjcloapbmlblgphehdhk

  • Modify requester.js and runner.js in the postman decompressed file directory/js
  • Replace the content in the quotation marks of window.postman_interceptor_id = ('xxxxx'); with the ID corresponding to Postman Interceptor. There are two replacements in total.
  • Turn on Postman Interceptor in chrome and turn on the interceptor switch in postman.

Note: When the interceptor is enabled in postman, the request sent by postman will always be in the Loading state (will time out), and the interceptor needs to be turned off for normal access.

other

Note: The version relationship between postman and postman interceptor needs to correspond. The version I use is postman_4.1.2, Postman Interceptor_v0.2.9

Installation file: Link:  Baidu Netdisk Please enter the extraction code  Extraction code: pi7e

 Reprint: Installation of postman and postman interceptor - oumae - Blog Park

 After I installed 4.1.2 and 0.2.9 according to the blogger, I could collect requests, but when I sent a request, it kept loading, so I changed to 4.1.2 and 0.2.23, and then it was ok.

Open postman interceptor

Visit postman

 

 

 

Guess you like

Origin blog.csdn.net/heni6560/article/details/125523851