RESTer icon indicating copy to clipboard operation
RESTer copied to clipboard

A REST client for almost any web service (Firefox and Chrome Extension)

Results 48 RESTer issues
Sort by recently updated
recently updated
newest added

I have tested a rest endpoint that provides me with a response containing a raw PDF file. Since there is no way to save the response body to a file,...

enhancement

Hey @frigus02, we created a [Github action](https://github.com/marketplace/actions/browser-plugin-publisher) to make it easier to publish extensions to the various web stores. Thought y'all might find it useful so I added a Github...

I would like functionality aimed at duplicate requests. 1. A way to delete identical requests a. same name b. same name + same path/body/parameters 2. When importing a. skip duplicates...

enhancement

I really love this tool and have been using it for a long time, maybe 4 or 5 years now. I much prefer it over postman. However, there's only one...

enhancement

postman 2.1.0 contain "variable" section like this: ``` "variable": [ { "key": "baseUrl", "value": "https://api.com/" }, { "key": "restUrl", "value": "https://api.com/rest/" } ] ``` but not have environment. May be...

enhancement

I'm testing a system that uses an authentication based on a service. This login service returnes something like a session id as part of the response (JSON). This session id...

enhancement

I am trying to make it work with laravel/sanctum authorization, could you add some kind of functionality similar to https://blog.codecourse.com/laravel-sanctum-airlock-with-postman/ ? Thanks

enhancement

Loving the add-on, which is a great replacement for Postman (trying to avoid Chrome like the plague). The only feature I'm missing is the ability to sync my setup between...

enhancement