Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Ikona dodatku

Historia wersji dodatku RESTer — 25 wersji

RESTer Autor: Jan

Ocena: 4,8/5
4,8 gwiazdek/5
5
89
4
13
3
3
2
0
1
0
Historia wersji dodatku RESTer — 25 wersji
  • Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.

  • Najnowsza wersja

    Wersja 4.14.1

    Data wydania: 29 mar 2025 — 2,18 MB
    Działa z: firefox 63.0 i nowsze
    • Add button to make sidebar wider on wide screens

    Licencja kodu źródłowego: Licencja MIT

    Potrzebujesz Firefoksa, aby używać tego rozszerzenia
    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 4.13.0

    Data wydania: 14 lut 2025 — 2,18 MB
    Działa z: firefox 63.0 i nowsze
    • When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.12.0

    Data wydania: 25 lis 2023 — 2,17 MB
    Działa z: firefox 63.0 i nowsze
    - Use `GET` request method by default.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.11.0

    Data wydania: 23 lip 2022 — 2,15 MB
    Działa z: firefox 63.0 i nowsze
    Added

    - RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.10.0

    Data wydania: 24 maj 2022 — 2,15 MB
    Działa z: firefox 63.0 i nowsze
    Added

    - Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.9.1

    Data wydania: 18 mar 2022 — 2,15 MB
    Działa z: firefox 63.0 i nowsze
    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.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.9.0

    Data wydania: 13 lut 2022 — 2,15 MB
    Działa z: firefox 63.0 i nowsze
    Added

    - Support `NaN` in JSON for pretty printing/beautifying

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.8.2

    Data wydania: 26 sty 2022 — 2,15 MB
    Działa z: firefox 63.0 i nowsze
    Fixed

    - Only url-encode variables in request body.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.8.1

    Data wydania: 23 sty 2022 — 2,15 MB
    Działa z: firefox 63.0 i nowsze
    Fixed

    - Encode variables in form encoded request body.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.8.0

    Data wydania: 17 lis 2021 — 2,15 MB
    Działa z: firefox 63.0 i nowsze
    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).

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.7.0

    Data wydania: 24 cze 2021 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 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`

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.6.0

    Data wydania: 23 cze 2021 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 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.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.5.2

    Data wydania: 10 cze 2021 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    Fixed bug where Chrome would not send custom headers if an authorization was selected

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.5.1

    Data wydania: 9 cze 2021 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tab

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.5.0

    Data wydania: 2 cze 2021 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    PKCE support for OAuth 2 authorization code flow

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.4.0

    Data wydania: 5 mar 2021 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    User name is now allowd to be empty in the basic auth dialog.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.3.3

    Data wydania: 26 lut 2021 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.3.2

    Data wydania: 7 paź 2020 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    Fixed

    - Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
    - Update dependencies.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.3.1

    Data wydania: 16 wrz 2020 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    - Update dependencies

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.3.0

    Data wydania: 16 sie 2020 — 2,13 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 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.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.2.0

    Data wydania: 14 cze 2020 — 2,14 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 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.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.1.1

    Data wydania: 2 maj 2020 — 2,14 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    Fixed Postman export when there was a request with the same title as the collection of another request.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.1.0

    Data wydania: 12 kwi 2020 — 2,14 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 68.*
    Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 4.0.0

    Data wydania: 14 mar 2020 — 2,14 MB
    Działa z: firefox 63.0 i nowsze, android 63.0 do 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.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 3.11.2

    Data wydania: 27 cze 2019 — 2,25 MB
    Działa z: firefox 55.0 i nowsze, android 55.0 do 68.*
    Fixed

    - Fixed library list on about page.
    - Improve memory usage of large response bodies.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Przeglądarki

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.