Ver forsiktig med eldre versjonar! Desse versjonane er vist som referanse og testformål.Du bør alltid bruke den siste versjonen av eit tillegg.
Siste versjon
Versjon 4.14.1
Sleppt 29. mars 2025 - 2,18 MBFungerar med firefox 63.0 og nyare- Add button to make sidebar wider on wide screens
Kjeldekode sleppt under MIT License
Last ned Firefox og få utvidingaDu treng Firefox for å bruke denne utvidingaEldre versjonar
Versjon 4.13.0
Sleppt 14. feb. 2025 - 2,18 MBFungerar med firefox 63.0 og nyare- When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.
Kjeldekode sleppt under MIT License
Versjon 4.12.0
Sleppt 25. nov. 2023 - 2,17 MBFungerar med firefox 63.0 og nyare- Use `GET` request method by default.Kjeldekode sleppt under MIT License
Versjon 4.11.0
Sleppt 23. juli 2022 - 2,15 MBFungerar med firefox 63.0 og nyareAdded
- RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.Kjeldekode sleppt under MIT License
Versjon 4.10.0
Sleppt 24. mai 2022 - 2,15 MBFungerar med firefox 63.0 og nyareAdded
- Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.Kjeldekode sleppt under MIT License
Versjon 4.9.1
Sleppt 18. mars 2022 - 2,15 MBFungerar med firefox 63.0 og nyareFixed
- 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.Kjeldekode sleppt under MIT License
Versjon 4.9.0
Sleppt 13. feb. 2022 - 2,15 MBFungerar med firefox 63.0 og nyareAdded
- Support `NaN` in JSON for pretty printing/beautifyingKjeldekode sleppt under MIT License
Versjon 4.8.2
Sleppt 26. jan. 2022 - 2,15 MBFungerar med firefox 63.0 og nyareFixed
- Only url-encode variables in request body.Kjeldekode sleppt under MIT License
Versjon 4.8.1
Sleppt 23. jan. 2022 - 2,15 MBFungerar med firefox 63.0 og nyareFixed
- Encode variables in form encoded request body.Kjeldekode sleppt under MIT License
Versjon 4.8.0
Sleppt 17. nov. 2021 - 2,15 MBFungerar med firefox 63.0 og nyareThe 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).Kjeldekode sleppt under MIT License
Versjon 4.7.0
Sleppt 24. juni 2021 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 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`Kjeldekode sleppt under MIT License
Versjon 4.6.0
Sleppt 23. juni 2021 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 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.Kjeldekode sleppt under MIT License
Versjon 4.5.2
Sleppt 10. juni 2021 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*Fixed bug where Chrome would not send custom headers if an authorization was selectedKjeldekode sleppt under MIT License
Versjon 4.5.1
Sleppt 9. juni 2021 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tabKjeldekode sleppt under MIT License
Versjon 4.5.0
Sleppt 2. juni 2021 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*PKCE support for OAuth 2 authorization code flowKjeldekode sleppt under MIT License
Versjon 4.4.0
Sleppt 5. mars 2021 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*User name is now allowd to be empty in the basic auth dialog.Kjeldekode sleppt under MIT License
Versjon 4.3.3
Sleppt 26. feb. 2021 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.Kjeldekode sleppt under MIT License
Versjon 4.3.2
Sleppt 7. okt. 2020 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*Fixed
- Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
- Update dependencies.Kjeldekode sleppt under MIT License
Versjon 4.3.1
Sleppt 16. sep. 2020 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*- Update dependenciesKjeldekode sleppt under MIT License
Versjon 4.3.0
Sleppt 16. aug. 2020 - 2,13 MBFungerar med firefox 63.0 og nyare, android 63.0 til 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.Kjeldekode sleppt under MIT License
Versjon 4.2.0
Sleppt 14. juni 2020 - 2,14 MBFungerar med firefox 63.0 og nyare, android 63.0 til 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.Kjeldekode sleppt under MIT License
Versjon 4.1.1
Sleppt 2. mai 2020 - 2,14 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*Fixed Postman export when there was a request with the same title as the collection of another request.Kjeldekode sleppt under MIT License
Versjon 4.1.0
Sleppt 12. apr. 2020 - 2,14 MBFungerar med firefox 63.0 og nyare, android 63.0 til 68.*Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.Kjeldekode sleppt under MIT License
Versjon 4.0.0
Sleppt 14. mars 2020 - 2,14 MBFungerar med firefox 63.0 og nyare, android 63.0 til 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.Kjeldekode sleppt under MIT License
Versjon 3.11.2
Sleppt 27. juni 2019 - 2,25 MBFungerar med firefox 55.0 og nyare, android 55.0 til 68.*Fixed
- Fixed library list on about page.
- Improve memory usage of large response bodies.Kjeldekode sleppt under MIT License