Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 4.14.1
Veröffentlicht 29. März 2025 – 2,18 MBFunktioniert mit firefox 63.0 und höher- Add button to make sidebar wider on wide screens
Quelltext steht unter der MIT-Lizenz
Laden Sie Firefox herunter und holen Sie sich die ErweiterungMelden Sie sich an, um diese Erweiterung zu verwendenÄltere Versionen
Version 4.13.0
Veröffentlicht 14. Feb. 2025 – 2,18 MBFunktioniert mit firefox 63.0 und höher- When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.
Quelltext steht unter der MIT-Lizenz
Version 4.12.0
Veröffentlicht 25. Nov. 2023 – 2,17 MBFunktioniert mit firefox 63.0 und höher- Use `GET` request method by default.Quelltext steht unter der MIT-Lizenz
Version 4.11.0
Veröffentlicht 23. Juli 2022 – 2,15 MBFunktioniert mit firefox 63.0 und höherAdded
- RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.Quelltext steht unter der MIT-Lizenz
Version 4.10.0
Veröffentlicht 24. Mai 2022 – 2,15 MBFunktioniert mit firefox 63.0 und höherAdded
- Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.Quelltext steht unter der MIT-Lizenz
Version 4.9.1
Veröffentlicht 18. März 2022 – 2,15 MBFunktioniert mit firefox 63.0 und höherFixed
- Always encode URL query params (name and value) when "Toogle URL params" is on. This fixes an issue where entering # in a query param would truncate the remaining URL.
- Fixes OAuth 2 issues with invalid Origin header in certain cases.Quelltext steht unter der MIT-Lizenz
Version 4.9.0
Veröffentlicht 13. Feb. 2022 – 2,15 MBFunktioniert mit firefox 63.0 und höherAdded
- Support `NaN` in JSON for pretty printing/beautifyingQuelltext steht unter der MIT-Lizenz
Version 4.8.2
Veröffentlicht 26. Jan. 2022 – 2,15 MBFunktioniert mit firefox 63.0 und höherFixed
- Only url-encode variables in request body.Quelltext steht unter der MIT-Lizenz
Version 4.8.1
Veröffentlicht 23. Jan. 2022 – 2,15 MBFunktioniert mit firefox 63.0 und höherFixed
- Encode variables in form encoded request body.Quelltext steht unter der MIT-Lizenz
Version 4.8.0
Veröffentlicht 17. Nov. 2021 – 2,15 MBFunktioniert mit firefox 63.0 und höherThe webRequest and webRequestBlocking permissions are not optional. RESTer requests them automatically the first time a request is sent. Neither Firefox, nor Chrome currently show a permission prompt for that. Making those permissions optional allows RESTer to work in environments where those permissins are blocked (e.g. by Chrome Enterprise Policy).Quelltext steht unter der MIT-Lizenz
Version 4.7.0
Veröffentlicht 24. Juni 2021 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Added
- Troubleshooting advice for network errors
- Heading and "no items" text to environment selection dialog
- Tooltip for URL parameters toggle button
Changed
- Use normal button to add new environment because the floating action button is hard to see
Fixed
- RESTer doesn't switch to plain body input if request content type is `text/plain`Quelltext steht unter der MIT-Lizenz
Version 4.6.0
Veröffentlicht 23. Juni 2021 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*JSON pretty printing/beautifying no longer modifies certain values in the JSON, e.g. big numbers.
Before JSON was pretty printed using `JSON.stringify(JSON.parse(str), null, 4)`. This is easy and fast. But it normalizes values, e.g. a value like `0.0` changes to `0`. Since numbers are represented as `Number` after being parsed, very big numbers loose precision, e.g. `55871516310040211` turns into `55871516310040210`.
The new formatting is a bit slower but does not modify any except whitespace.
I think this is worth the performance cost. RESTer should not modify the response just because it pretty prints it. This could be very confusing.Quelltext steht unter der MIT-Lizenz
Version 4.5.2
Veröffentlicht 10. Juni 2021 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Fixed bug where Chrome would not send custom headers if an authorization was selectedQuelltext steht unter der MIT-Lizenz
Version 4.5.1
Veröffentlicht 9. Juni 2021 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tabQuelltext steht unter der MIT-Lizenz
Version 4.5.0
Veröffentlicht 2. Juni 2021 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*PKCE support for OAuth 2 authorization code flowQuelltext steht unter der MIT-Lizenz
Version 4.4.0
Veröffentlicht 5. März 2021 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*User name is now allowd to be empty in the basic auth dialog.Quelltext steht unter der MIT-Lizenz
Version 4.3.3
Veröffentlicht 26. Feb. 2021 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.Quelltext steht unter der MIT-Lizenz
Version 4.3.2
Veröffentlicht 7. Okt. 2020 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Fixed
- Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
- Update dependencies.Quelltext steht unter der MIT-Lizenz
Version 4.3.1
Veröffentlicht 16. Sep. 2020 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*- Update dependenciesQuelltext steht unter der MIT-Lizenz
Version 4.3.0
Veröffentlicht 16. Aug. 2020 – 2,13 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Added
- Some OAuth 2 servers don't supports URL-encoded credentials in HTTP Basic authentication headers ([#139])(https://github.com/frigus02/RESTer/issues/139)). RESTer now allows to turn URL-encoding off by choosing the "HTTP Basic authentication (no encode)" authentication option.
- Added dialog in "Organize" page, which allows you to quickly delete multiple requests.Quelltext steht unter der MIT-Lizenz
Version 4.2.0
Veröffentlicht 14. Juni 2020 – 2,14 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Added
- Allow entering a custom title for basic authentication tokens.
- Add OAuth 2 config title to generated tokens.
Changed
- Variable names can now only contain alphanumeric characters as well as `$._-`. This fixes an annoying behaviour when JSON objects were incorrectly identified as variables.
- Increase width of environment variable dialog.
- When an authentication token has been generated using the _Custom_ option and it's base64 encoded, show "Base64" in the token title.Quelltext steht unter der MIT-Lizenz
Version 4.1.1
Veröffentlicht 2. Mai 2020 – 2,14 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Fixed Postman export when there was a request with the same title as the collection of another request.Quelltext steht unter der MIT-Lizenz
Version 4.1.0
Veröffentlicht 12. Apr. 2020 – 2,14 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.Quelltext steht unter der MIT-Lizenz
Version 4.0.0
Veröffentlicht 14. März 2020 – 2,14 MBFunktioniert mit firefox 63.0 und höher, android 63.0 bis 68.*Changed
- RESTer now requires Firefox 63 or Chrome 67.
- No longer append "Copy" to a request title when using the "Duplicate request" function. It turned out to be more annoying than helpful.Quelltext steht unter der MIT-Lizenz
Version 3.11.2
Veröffentlicht 27. Juni 2019 – 2,25 MBFunktioniert mit firefox 55.0 und höher, android 55.0 bis 68.*Fixed
- Fixed library list on about page.
- Improve memory usage of large response bodies.Quelltext steht unter der MIT-Lizenz