RESTED
RESTED copied to clipboard
A REST client for browsers
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)....
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 ``` ```  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. 
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...