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.
source
share