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, I was working with a teammate on an API. When called, I got an XML with no data but my teammate was able to see the data with Postman....

Hi, I m using RESTEDClient i m not getting response.

Hello! I have tried to use this utility on IP camera which has HTTP-API, but it requires to use Digest authentication which seems is not supported here...

I have a collection with few GET requests and a POST request. When I load and send a GET request, followed by load and send a POST request, the Content-type...

Links starting with http:// or https:// in a json response should be clickable and become the next request url when clicked. If the clicked link is a URI Template (rfc6570),...

T - Feature
A - React

https://github.com/RESTEDClient/RESTED/blob/138f5efd3abe67f7a37954340996276df82717bb/src/utils/request.js#L29 The above code corrupts header values when they have some consecutive slashes.

![screenshot at 2017-06-23 13 51 54](https://user-images.githubusercontent.com/6328046/27479136-3fc902e8-581b-11e7-9391-f579869558fc.png) can you add expand and collapse for the json response ?

T - Feature
S - WIP
A - React
A - UX/Accessibility

It would be great when right-clicking a link, page or tab, an option to open that URL in RESTED would appear. https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/contextMenus

T - Feature
A - WebExtension API

using the textarea and pasting a key value structure the clicking use form data would simply , convert key value pairs into POST inputs ![image](https://cloud.githubusercontent.com/assets/192076/12675969/bf132026-c6a7-11e5-9f99-f04b5bf743ae.png)

T - Feature
A - React

having filled a list of urls with several forms with dummy data it could be interesting and fairly simple to have a unique "test All" this would run each URL...

T - Feature
D - Hard
P - Low
A - React