13 reviews
- Rated 4 out of 5by Олексій, a year agoOkay, but the JSON response fields containing text in Russian are displayed as strange characters.
- Rated 4 out of 5by Firefox user 17505828, 2 years agoI cannot install the add-on in Firefox (v103, Win 10 64bit).
I am installing from add-ons in firefox but it says "Installation aborted because the add-on is corrupted" and "This add-on is not actively monitored for security by Mozilla. Make sure you trust it before installing it."
while it is strange that on win8 32bit installed without a problem (?)Developer response
posted 2 years agoSorry for the late reply. I can't reproduce the issue, either. My best guess is that the file may got corrupted during download. Do you see the same issue after restarting Firefox? - Rated 4 out of 5by HereOnTheHill, 5 years agoI love the add-on. The ability to send the headers with the request is perfect for some of the APIs I use. I wish there were an option to click next to a line in the response and copy the path or value similar to what JSON Viewer Awesome provides on Chrome. Keep up the great work!
- Rated 4 out of 5by eztup, 5 years agoRESTer is great, I like it and I am using it for quite a while now. It supports different kinds of authentications and I like how easily it structures the requests in a tree structure on left hand side.
What I do not like is the bug in the EXPORT REQUESTS function... "Ups, something went wrong! e is undefined". Without that function I always have to start configuring my request from scratch after using a different Firefox on any new physical or virtual machine... - Rated 4 out of 5by Firefox user 14405624, 5 years agoGood work, nice plugin but I don't like the blue and yellow colors.
- Rated 4 out of 5by Firefox user 14632709, 6 years ago
- Rated 4 out of 5by Firefox user 13508722, 6 years agoHi! Great add-on. Please increase the .ace_editor font-size, because 12px is toooo small in a high resolution monitor. Really hard for reading. If i change it to 1em in debugger, it's much better readable. Thank you!
- Rated 4 out of 5by Firefox user 14122667, 6 years ago- a little slows down the interface.
- there is no way to sort saved requests into the collection.Developer response
posted 6 years agoThanks for your comments.
Saved requests are currently sorted alphabetically. Would you mind creating an issue on GitHub, describing why you think manual sorting would help and how you would like the feature to work?
https://github.com/frigus02/RESTer/issues
I'm also interested in making the whole interface more snappy. If you feel something particular is slow, feel free to create another issue on GitHub. - Rated 4 out of 5by Firefox user 13963244, 7 years agoGreat add-on, I really like it. Perfect for testing webapps. I really like the environment and the variables options. Keep up the good work! The only bug I found that the variables do not work in the Body, only in the Header.
- Rated 4 out of 5by Firefox user 13894350, 7 years agoi want the check box for parameter, and thats the reason why i havent choose rester until now
Developer response
posted 7 years agoThanks for your suggestion. That sounds like a good idea. I created an issue here, so you can keep track of the progress:
https://github.com/frigus02/RESTer/issues/57 - Rated 4 out of 5by Rodrigo Flores, 7 years agoThere are some things you need to add to this addon:
1)Export/Import Request
2)Change the request title background color for the dark theme
3)Save cookies value as variablesDeveloper response
posted 7 years agoThanks for the review and the suggestions.
1) I'm already working on Export/Import functionality. It will take a bit of time to finish this, though.
2) I will think about changing the color or making it configurable but I consider this low priority. Let me know if this very important for you.
3) That's a great idea and something I have thought of as well. I definitely want to add something like this in the future.
One last note: RESTer is open source. If you like to contribute and add a certain feature, head over to https://github.com/frigus02/RESTer and open a pull request. I'm happy to help if you encounter any issues. Developer response
posted 7 years agoHi, thanks for the input. This is something I really want to add. It is quite a bit of work, though. So it will take some time.