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

Hi, With Rested 2.0.3 on Firefox 54.0, when trying to add a request to a collection, nothing happens. No error seems to be displayed in the js console (with F12)....

T - Bug
A - React

There doesn't seem to be any way to specify which HTTP protocol to use. The choice is typically between HTTP/1.1 and HTTP/2. It would be nice to be able to...

Hi The script file name rested.js does not exist in the source code

Not a Node developer, but just a npm start or yarn start is also failing with no error message /usr/local/bin/node /usr/local/Cellar/yarn/1.22.0/libexec/bin/yarn.js run start yarn run v1.22.0 $ npm run dev...

When accessing an URL containing two consecutive slashes '//' they are turned into a single slash '/'. I don't see how this is useful - in my case even a...

An XML document that contains processing instructions is shown incorrectly. For example, the response: ``` passed ``` is shown as ``` ``` ![image](https://user-images.githubusercontent.com/2678296/78145882-1e177380-743a-11ea-9e4c-958831f345fe.png) See also the similar issues #151, #128

When i try to send a base64 payload of any image, the request gets called to the backend with None input parameters showing 500 server error. ![aaa](https://user-images.githubusercontent.com/18334906/74317068-b67d6a00-4da0-11ea-86f9-4fea821b7a04.png)

When I log into my website the server sends a `Set-Cookie` header. I can't seem to send this back using the `Cookie` header. It ignores it. If I do a...

I want to import a collection from Postman into RESTED Client. When I copy-paste the contents of the json file from Postman into the RESTED CLient text field, I get...

When using a URL Template key that contains a `-` character, requests will fail with the following error shown on the RESTED Client page: ``` An error occurred while fetching...