RESTED icon indicating copy to clipboard operation
RESTED copied to clipboard

A REST client for browsers

Results 91 RESTED issues
Sort by recently updated
recently updated
newest added

A similar Chrome extension [Talend API Tester - Free Edition](https://chrome.google.com/webstore/detail/aejoelaoggembcahagimdiliamlcdmfm) allows the user to enter JSON input as actual JSON, not as key/value pairs. I would like this functionality here,...

When sending a POST request with JSON Request body type, RESTED appears to strip double slashes from the JSON body. This does not happen when sending the Request as a...

I did a POST request to an API endpoint that returns an image as response. The content type is correctly set to `image/png` but RESTED still tries to show the...

1. Use post method; 2. Content-Type = multipart/form-data; 3. Request Body, How to upload a file?

T - Feature
A - React

Mentioned in issue #138, It would be a lot cleaner if one could edit URL parameters, un-encoded as key->value parameter pairs, like POSTed ones. I think it would have to...

Hi. Firtsly, let me just thank you for this great tool. And then I would like to request something that would make it even better: if it had a Cancel...

As a first step toward some test automation, there would be pretty useful to have the option to execute a full collection in a single step and then see all...

Hello Why characters is not escaped when we use URL encoded form data ? As you can see when I escape the '+' and the '=' my query is working...