REST Client Utility

I am developing a REST API and looking for a simple graphical utility that will allow me to test the full set of REST verbs (GET, PUT, POST and DELETE); GET is obviously not a problem, but I would like something that can encapsulate basic functionality that allows you to specify the content body for PUT / POST, specify headers, etc. I am sure that someone has done similar things before, but I can not find links to a simple graphic bit of HTML / Javascript, which will allow me to specify the endpoint, headers, body, etc. And execute the REST request. Such a thing would be very useful in many environments. Does anyone know of a tool that is available without any licensing issues?

Note. Ideally, I would like to find something that can be embedded in a web page, that is, without browser add-ons.

+5
source share
5 answers

I know this is not something you can embed, but if you just want to test your REST service with the appropriate HTTP verbs, I would recommend using Fiddler .

+4
source

Although you said browser plugins are your second choice, I use the Postman Chrome plugin happily and recommend it.

Postman screenshot

+6
source

- ( , - ). .

:

  • - RESTClient
  • HTML REST (- , URL + ). Backend , api. highligthing (XML, JSON) . JS- code-mirror. , (, / HTTP- URL-). , , , Restful API HTTP .
+2

Okapi: , -. .

+2

WIZTools.org RESTClient

RESTClient - Java , , , , HTTP- ( GET, POST, PUT, DELETE, HEAD, OPTIONS TRACE). GUI CLI . , SSL .

- ( ), Java-, . REST API, .

:

enter image description here

, "" , ... REST , , , , Chrome: DHC.

DHC (aka Dev HTTP Client) , , HTTP-. , / HTTP-/, , , , , . . (, ).

, DHC .

+2

All Articles