Postman installation and use



 postMan User Manual:

1. Postman installation: Download the postman-4.1.2 compressed package and unzip it

2. Postman-Interceptor installation: Download the Postman-Interceptor_v0.2.20 compressed package and unzip it

3: Enter in the chrome browser: chrome://extensions/ Select: 'Load the unzipped extension', select the unzipped postman installation in the local directory

4: Enter in the chrome browser: chrome://extensions/ Select: 'Load the unzipped extension', select the unzipped Postman-Interceptor installation in the local directory

5: Find the following text in requester.js of the postman installation package:

 key: 'handleInterceptorInstall',

   value: function handleInterceptorInstall() {

     pm.app.openExternalLink('https://chrome.google.com/webstore/detail/postman-interceptor/bidgpakghehmhngapbljdgkampgbjphh');

 

Replace the id after /postman-interceptor/ above with the id of the Postman Interceptor in your browser.

 

Find: window.postman_interceptor_id = ('bidgpakghehmhngapbljdgkampgbjphh'); Replace the above id value with the id of the postman Interceptor in the browser

6: Find the following text in runner.js in the postman installation package:

window.postman_interceptor_id = ('bidgpakghehmhngapbljdgkampgbjphh');

And replace the above id with the id of the Postman Interceptor in your browser.

7: Postman use

Enter chrome://apps in chrome, select chrome, select Intercepter, and enable cookie blocking

POST request: can be configured in Header:

Cookie, the value is as follows xxxx_token=xxxxxx8bc1

Content-Type, the value is as follows: application/json

Select the raw format in Body, and select the application/json format to send json data.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326398246&siteId=291194637