RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

RESTClient, a debugger for RESTful web services.

Results 105 RESTClient issues
Sort by recently updated
recently updated
newest added

This JSON response body : ``` javascript { "result": { "status": "done", "expressions": [ { "expression": "toto", "length": 1 }, { "expression": "titi", "length": 2 } ] } } ```...

Bugs

It would be really great if the history of all previous requests can be retrieved. This is really helpful in POST and PUT requests since finding the json structure required...

Hi All, Is it possible to have folders and subfolders for favourite requests?

In addition to the tabs and sections in the restclient.html page that show you the Request Method, Body and Response Headers, Body (Raw), Body (Highlight) and Body (Preview) it would...

First I have provided the basic authentication details to make a PUT call. After that I have tried to remove the basic authentication to make another call. But I could...

If the response body data is large and overflows the height of the viewport in this tab, it doesn't let me scroll. I've to resize the box using the browser...

First of all i love this plugin...but i think it is crucial to give you feedback about the defects to immediately fix it for your audience. Im experiencing the a...

If I create a request with the header: `Content-Type: application/json`, and add some parameters to the Request Body table, the parameters are not sent. If I select the Raw Input...

It is nice to be able to save a custom header so as not to have to type in your most common header every time. ![favorite-header](https://cloud.githubusercontent.com/assets/3661051/3845155/c71bfbf0-1e4f-11e4-8e9c-878046891dec.png) But it would be...

Please add method PATCH support