Introduction
after you have developed a Rest WebService service, do you test the service quickly and easily? The rest service can be called through an HTTP request, but it is often not enough to go directly through the browser, after all, some of the rest services require post requests, and some rest services use some of the features of the HTTP head or cookie session. Therefore, you need a client that can impersonate an HTTP request.
recommended HTTP Client Tools
Postman for Chrome
If you use a Chrome browser, you can use postman:
but because Google was the wall, I have tried many times have not been installed.
Httprequester
Firefox is usually not very useful, but the development is still very convenient, httprequester plug-in similar to Chrome has postman, very useful, here to download:
[url]https://addons.mozilla.org/en-us/firefox/addon/httprequester/
[/url]
restclient
If you do not want to use the plugin in the browser, you can also use the Java version of Restclient, download here:
http://www.fosshub.com/
Several common rest WebService client testing tools