Eski sürümlere dikkat edin! Bu sürümler yalnızca test veya referans amacıyla sunulmaktadır.Her zaman eklentilerin son sürümlerini kullanmalısınız.
Son sürüm
Sürüm 4.14.1
29 Mar 2025 tarihinde çıktı - 2,18 MBfirefox 63.0 ve üstü ile çalışır- Add button to make sidebar wider on wide screens
Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Firefox’u indir ve uzantıyı yükleBu uzantıyı kullanmak için Firefox’a ihtiyacınız varEski sürümler
Sürüm 4.13.0
14 Şub 2025 tarihinde çıktı - 2,18 MBfirefox 63.0 ve üstü ile çalışır- When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.
Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.12.0
25 Kas 2023 tarihinde çıktı - 2,17 MBfirefox 63.0 ve üstü ile çalışır- Use `GET` request method by default.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.11.0
23 Tem 2022 tarihinde çıktı - 2,15 MBfirefox 63.0 ve üstü ile çalışırAdded
- RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.10.0
24 May 2022 tarihinde çıktı - 2,15 MBfirefox 63.0 ve üstü ile çalışırAdded
- Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.9.1
18 Mar 2022 tarihinde çıktı - 2,15 MBfirefox 63.0 ve üstü ile çalışırFixed
- 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.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.9.0
13 Şub 2022 tarihinde çıktı - 2,15 MBfirefox 63.0 ve üstü ile çalışırAdded
- Support `NaN` in JSON for pretty printing/beautifyingKaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.8.2
26 Oca 2022 tarihinde çıktı - 2,15 MBfirefox 63.0 ve üstü ile çalışırFixed
- Only url-encode variables in request body.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.8.1
23 Oca 2022 tarihinde çıktı - 2,15 MBfirefox 63.0 ve üstü ile çalışırFixed
- Encode variables in form encoded request body.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.8.0
17 Kas 2021 tarihinde çıktı - 2,15 MBfirefox 63.0 ve üstü ile çalışırThe 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).Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.7.0
24 Haz 2021 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırAdded
- 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`Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.6.0
23 Haz 2021 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırJSON 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.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.5.2
10 Haz 2021 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırFixed bug where Chrome would not send custom headers if an authorization was selectedKaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.5.1
9 Haz 2021 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırDon't remove manually entered Cookie header when selecting an Authorization in the Authorization tabKaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.5.0
2 Haz 2021 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırPKCE support for OAuth 2 authorization code flowKaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.4.0
5 Mar 2021 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırUser name is now allowd to be empty in the basic auth dialog.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.3.3
26 Şub 2021 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırFixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.3.2
7 Eki 2020 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırFixed
- Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
- Update dependencies.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.3.1
16 Eyl 2020 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışır- Update dependenciesKaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.3.0
16 Ağu 2020 tarihinde çıktı - 2,13 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırAdded
- 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.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.2.0
14 Haz 2020 tarihinde çıktı - 2,14 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırAdded
- 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.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.1.1
2 May 2020 tarihinde çıktı - 2,14 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırFixed Postman export when there was a request with the same title as the collection of another request.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.1.0
12 Nis 2020 tarihinde çıktı - 2,14 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırAdded checkbox option for automatically encode token value to base64 string for custom authorization header dialog.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 4.0.0
14 Mar 2020 tarihinde çıktı - 2,14 MBfirefox 63.0 ve üstü, android 63.0 - 68.* arası ile çalışırChanged
- 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.Kaynak kodu MIT Lisansı lisansıyla yayımlandı
Sürüm 3.11.2
27 Haz 2019 tarihinde çıktı - 2,25 MBfirefox 55.0 ve üstü, android 55.0 - 68.* arası ile çalışırFixed
- Fixed library list on about page.
- Improve memory usage of large response bodies.Kaynak kodu MIT Lisansı lisansıyla yayımlandı