Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.
Найновіша версія
Версія 4.14.1
Випущено 29 бер 2025 р. - 2,18 МБПрацює з firefox 63.0 і новіше- Add button to make sidebar wider on wide screens
Програмний код випущено на умовах Ліцензія MIT
Завантажити Firefox та отримати розширенняДля використання цього розширення вам потрібен FirefoxПопередні версії
Версія 4.13.0
Випущено 14 лют 2025 р. - 2,18 МБПрацює з firefox 63.0 і новіше- When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.
Програмний код випущено на умовах Ліцензія MIT
Версія 4.12.0
Випущено 25 лист 2023 р. - 2,17 МБПрацює з firefox 63.0 і новіше- Use `GET` request method by default.Програмний код випущено на умовах Ліцензія MIT
Версія 4.11.0
Випущено 23 лип 2022 р. - 2,15 МБПрацює з firefox 63.0 і новішеAdded
- RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.Програмний код випущено на умовах Ліцензія MIT
Версія 4.10.0
Випущено 24 трав 2022 р. - 2,15 МБПрацює з firefox 63.0 і новішеAdded
- Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.Програмний код випущено на умовах Ліцензія MIT
Версія 4.9.1
Випущено 18 бер 2022 р. - 2,15 МБПрацює з firefox 63.0 і новішеFixed
- 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.Програмний код випущено на умовах Ліцензія MIT
Версія 4.9.0
Випущено 13 лют 2022 р. - 2,15 МБПрацює з firefox 63.0 і новішеAdded
- Support `NaN` in JSON for pretty printing/beautifyingПрограмний код випущено на умовах Ліцензія MIT
Версія 4.8.2
Випущено 26 січ 2022 р. - 2,15 МБПрацює з firefox 63.0 і новішеFixed
- Only url-encode variables in request body.Програмний код випущено на умовах Ліцензія MIT
Версія 4.8.1
Випущено 23 січ 2022 р. - 2,15 МБПрацює з firefox 63.0 і новішеFixed
- Encode variables in form encoded request body.Програмний код випущено на умовах Ліцензія MIT
Версія 4.8.0
Випущено 17 лист 2021 р. - 2,15 МБПрацює з firefox 63.0 і новішеThe 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).Програмний код випущено на умовах Ліцензія MIT
Версія 4.7.0
Випущено 24 черв 2021 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 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`Програмний код випущено на умовах Ліцензія MIT
Версія 4.6.0
Випущено 23 черв 2021 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 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.Програмний код випущено на умовах Ліцензія MIT
Версія 4.5.2
Випущено 10 черв 2021 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*Fixed bug where Chrome would not send custom headers if an authorization was selectedПрограмний код випущено на умовах Ліцензія MIT
Версія 4.5.1
Випущено 9 черв 2021 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tabПрограмний код випущено на умовах Ліцензія MIT
Версія 4.5.0
Випущено 2 черв 2021 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*PKCE support for OAuth 2 authorization code flowПрограмний код випущено на умовах Ліцензія MIT
Версія 4.4.0
Випущено 5 бер 2021 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*User name is now allowd to be empty in the basic auth dialog.Програмний код випущено на умовах Ліцензія MIT
Версія 4.3.3
Випущено 26 лют 2021 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.Програмний код випущено на умовах Ліцензія MIT
Версія 4.3.2
Випущено 7 жовт 2020 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*Fixed
- Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
- Update dependencies.Програмний код випущено на умовах Ліцензія MIT
Версія 4.3.1
Випущено 16 вер 2020 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*- Update dependenciesПрограмний код випущено на умовах Ліцензія MIT
Версія 4.3.0
Випущено 16 серп 2020 р. - 2,13 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 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.Програмний код випущено на умовах Ліцензія MIT
Версія 4.2.0
Випущено 14 черв 2020 р. - 2,14 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 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.Програмний код випущено на умовах Ліцензія MIT
Версія 4.1.1
Випущено 2 трав 2020 р. - 2,14 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*Fixed Postman export when there was a request with the same title as the collection of another request.Програмний код випущено на умовах Ліцензія MIT
Версія 4.1.0
Випущено 12 квіт 2020 р. - 2,14 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 68.*Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.Програмний код випущено на умовах Ліцензія MIT
Версія 4.0.0
Випущено 14 бер 2020 р. - 2,14 МБПрацює з firefox 63.0 і новіше, android від 63.0 до 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.Програмний код випущено на умовах Ліцензія MIT
Версія 3.11.2
Випущено 27 черв 2019 р. - 2,25 МБПрацює з firefox 55.0 і новіше, android від 55.0 до 68.*Fixed
- Fixed library list on about page.
- Improve memory usage of large response bodies.Програмний код випущено на умовах Ліцензія MIT