When developing websites, you often need to send requests to test whether your code is OK or not, and the tools that simulate sending HTTP requests play a big role. In particular, it is necessary to use tools when requesting header. Some of the tools recommended below are based on the system development process.In order, some are based on browser development plug-ins.
Copyright notice: This article is an original article for bloggers. It can not be reproduced without permission from bloggers.Original address: https://www.cnblogs.com/poterliu/p/9563930.html Contact mailbox: poterliu@qq.com Contact WeChat: poterliu |
1、postman
Official download address:
https://www.getpostman.com/apps
After the installation, the interface diagram is as follows:
2、HttpRequester
A plug-in based on Firefox browser.
Download in the add in Manager
Then the interface diagram is as follows:
3、RESTED
A plug-in based on chrome and Firefox
The function is very simple. It is lighter than HttpRequester, and its functions are basically enough.
PS:If you find more interesting and useful tools later, it will continue to update ~ ~
Full text
:)