Postman is a chrome-based interface testing tool that can test the HTTP interface and need to install the Chrome browser first
It can be used to do interface test, send get, POST request, add cookie, header information, view interface return results, interface response time and so on 1, key value form parameter 2, JSON string type parameter 3, HTTP request plus authorization authentication 4, add Header5 , increase the cookie need to install Inerceptor plug-in 6, upload file 1, key value form parameters, Form-data, usually have files in this way
You can also use x-www-form-urlencoded, which is the standard HTTP request format
2. Parameters of JSON String type
Not JSON string can also use this, fill in the following ways
Click Code in the top right corner to view the request format
3. Permission Verification
4. Add header
5, add the cookie need to install Inerceptor plug-in chrome-more tools-Extension program, drag inerceptor to install in postman open this plugin
6. Uploading Files
postman-Interface Test