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 is an enhancement request. 90% of the time I use the RESTClient for JSON request, so it would be nice to have a JSONLint validator added to it (maybe...

I am developing a rest api using tornado-web (python). When I send a no-content status due to a "delete" or a "put" the request never ends, although the request arrives...

I am trying to hit a webservice, but I am not getting anything in response. Is there a way to check , what went wrong? or if the connection was...

After sending a request and receiving a response, the location header appears to do some formatting and inserts a new line character after 120 characters. See attached image for an...

It could be great if I could send a request to another developer by just copying the URL of the extension. Instead of always be `chrome://restclient/content/restclient.html` we could get something...

It would be great if the width of the response headers/response body code viewport could be increased. Some response documents (e.g. OData responses) can be quite verbose and most of...

I have to test a Basic Auth protected system. Both username and password contain 38 characters. If I enter my authentication data and press "submit" nothing happens. If I remove...

Requesting an option that allows display of the JSON in table format. For an example of a nice table output see: http://chris.photobooks.com/json/default.htm As icing on the cake, please allow sorting...

When communicating with a service that returns a 204 (No Content) Response but also sends data (i.e. empty JSON `{}`) then the client never finishes. While the Request is done...

From what I can tell its a valid thing to do, return a 204 no content response. I'm also not 100% sure if its something wrong with the response or...