Hãy cẩn thận với các phiên bản cũ! Các phiên bản này được hiển thị cho mục đích thử nghiệm và tham khảo.Bạn luôn luôn phải sử dụng phiên bản mới nhất của một tiện ích.
Phiên bản mới nhất
Phiên bản 4.14.1
Đã phát hành 29 Thg 03 2025 - 2,18 MBHoạt động với firefox 63.0 và lớn hơn- Add button to make sidebar wider on wide screens
Mã nguồn được phát hành dưới dạng Giấy phép MIT
Tải xuống Firefox và tải tiện ích mở rộngBạn sẽ cần Firefox để sử dụng tiện ích mở rộng nàyPhiên bản cũ hơn
Phiên bản 4.13.0
Đã phát hành 14 Thg 02 2025 - 2,18 MBHoạt động với firefox 63.0 và lớn hơn- When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.
Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.12.0
Đã phát hành 25 Thg 11 2023 - 2,17 MBHoạt động với firefox 63.0 và lớn hơn- Use `GET` request method by default.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.11.0
Đã phát hành 23 Thg 07 2022 - 2,15 MBHoạt động với firefox 63.0 và lớn hơnAdded
- RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.10.0
Đã phát hành 24 Thg 05 2022 - 2,15 MBHoạt động với firefox 63.0 và lớn hơnAdded
- Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.9.1
Đã phát hành 18 Thg 03 2022 - 2,15 MBHoạt động với firefox 63.0 và lớn hơnFixed
- 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.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.9.0
Đã phát hành 13 Thg 02 2022 - 2,15 MBHoạt động với firefox 63.0 và lớn hơnAdded
- Support `NaN` in JSON for pretty printing/beautifyingMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.8.2
Đã phát hành 26 Thg 01 2022 - 2,15 MBHoạt động với firefox 63.0 và lớn hơnFixed
- Only url-encode variables in request body.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.8.1
Đã phát hành 23 Thg 01 2022 - 2,15 MBHoạt động với firefox 63.0 và lớn hơnFixed
- Encode variables in form encoded request body.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.8.0
Đã phát hành 17 Thg 11 2021 - 2,15 MBHoạt động với firefox 63.0 và lớn hơnThe 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).Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.7.0
Đã phát hành 24 Thg 06 2021 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 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`Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.6.0
Đã phát hành 23 Thg 06 2021 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 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.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.5.2
Đã phát hành 10 Thg 06 2021 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*Fixed bug where Chrome would not send custom headers if an authorization was selectedMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.5.1
Đã phát hành 9 Thg 06 2021 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tabMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.5.0
Đã phát hành 2 Thg 06 2021 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*PKCE support for OAuth 2 authorization code flowMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.4.0
Đã phát hành 5 Thg 03 2021 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*User name is now allowd to be empty in the basic auth dialog.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.3
Đã phát hành 26 Thg 02 2021 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.2
Đã phát hành 7 Thg 10 2020 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*Fixed
- Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
- Update dependencies.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.1
Đã phát hành 16 Thg 09 2020 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*- Update dependenciesMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.0
Đã phát hành 16 Thg 08 2020 - 2,13 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 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.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.2.0
Đã phát hành 14 Thg 06 2020 - 2,14 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 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.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.1.1
Đã phát hành 2 Thg 05 2020 - 2,14 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*Fixed Postman export when there was a request with the same title as the collection of another request.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.1.0
Đã phát hành 12 Thg 04 2020 - 2,14 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 68.*Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.0.0
Đã phát hành 14 Thg 03 2020 - 2,14 MBHoạt động với firefox 63.0 và lớn hơn, android 63.0 đến 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.Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 3.11.2
Đã phát hành 27 Thg 06 2019 - 2,25 MBHoạt động với firefox 55.0 và lớn hơn, android 55.0 đến 68.*Fixed
- Fixed library list on about page.
- Improve memory usage of large response bodies.Mã nguồn được phát hành dưới dạng Giấy phép MIT