Add-ons foar Firefox Browser
  • Utwreidingen
  • Tema’s
    • foar Firefox
    • Wurdboeken en taalpakketten
    • Oare browserwebsites
    • Add-ons foar Android
Oanmelde
Add-onpiktogram

Ferzjeskiednis fan RESTer - 25 ferzjes

RESTer troch Jan

Wurdearring: 4,8 fan 5
4,8 stjer fan 5
5
89
4
13
3
3
2
0
1
0
Ferzjeskiednis fan RESTer - 25 ferzjes
  • Wês foarsichtich mei âlde ferzjes! Dizze ferzjes wurde foar test- en referinsjedoeleinen werjûn.Jo moatte altyd de meast resinte ferzje fan in add-on brûke.

  • Nijste ferzje

    Ferzje 4.14.1

    Utjûn op 29 mrt. 2025 - 2,18 MB
    Wurket mei firefox 63.0 en letter
    • Add button to make sidebar wider on wide screens

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Jo hawwe Firefox nedich om dizze útwreiding te brûken
    Firefox downloade en de útwreiding ûntfange
    Bestân downloade
  • Aldere ferzjes

    Ferzje 4.13.0

    Utjûn op 14 feb. 2025 - 2,18 MB
    Wurket mei firefox 63.0 en letter
    • When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.12.0

    Utjûn op 25 nov. 2023 - 2,17 MB
    Wurket mei firefox 63.0 en letter
    - Use `GET` request method by default.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.11.0

    Utjûn op 23 jul. 2022 - 2,15 MB
    Wurket mei firefox 63.0 en letter
    Added

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

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.10.0

    Utjûn op 24 mai 2022 - 2,15 MB
    Wurket mei firefox 63.0 en letter
    Added

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

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.9.1

    Utjûn op 18 mrt. 2022 - 2,15 MB
    Wurket mei firefox 63.0 en letter
    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.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.9.0

    Utjûn op 13 feb. 2022 - 2,15 MB
    Wurket mei firefox 63.0 en letter
    Added

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

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.8.2

    Utjûn op 26 jan. 2022 - 2,15 MB
    Wurket mei firefox 63.0 en letter
    Fixed

    - Only url-encode variables in request body.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.8.1

    Utjûn op 23 jan. 2022 - 2,15 MB
    Wurket mei firefox 63.0 en letter
    Fixed

    - Encode variables in form encoded request body.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.8.0

    Utjûn op 17 nov. 2021 - 2,15 MB
    Wurket mei firefox 63.0 en letter
    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).

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.7.0

    Utjûn op 24 jun. 2021 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 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`

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.6.0

    Utjûn op 23 jun. 2021 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 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.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.5.2

    Utjûn op 10 jun. 2021 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    Fixed bug where Chrome would not send custom headers if an authorization was selected

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.5.1

    Utjûn op 9 jun. 2021 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tab

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.5.0

    Utjûn op 2 jun. 2021 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    PKCE support for OAuth 2 authorization code flow

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.4.0

    Utjûn op 5 mrt. 2021 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    User name is now allowd to be empty in the basic auth dialog.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.3.3

    Utjûn op 26 feb. 2021 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.3.2

    Utjûn op 7 okt. 2020 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    Fixed

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

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.3.1

    Utjûn op 16 sep. 2020 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    - Update dependencies

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.3.0

    Utjûn op 16 aug. 2020 - 2,13 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 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.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.2.0

    Utjûn op 14 jun. 2020 - 2,14 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 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.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.1.1

    Utjûn op 2 mai 2020 - 2,14 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    Fixed Postman export when there was a request with the same title as the collection of another request.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.1.0

    Utjûn op 12 apr. 2020 - 2,14 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 68.*
    Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 4.0.0

    Utjûn op 14 mrt. 2020 - 2,14 MB
    Wurket mei firefox 63.0 en letter, android 63.0 oant 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.

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
  • Ferzje 3.11.2

    Utjûn op 27 jun. 2019 - 2,25 MB
    Wurket mei firefox 55.0 en letter, android 55.0 oant 68.*
    Fixed

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

    Boarnekoade frijjûn ûnder MIT-lisinsje

    Bestân downloade
Nei Mozilla’s startside

Add-ons

  • Oer
  • Firefox-add-onsblog
  • Utwreidingsworkshop
  • Untwikkelershub
  • Untwikkelersbelied
  • Mienskipsblog
  • Foarum
  • In bug melde
  • Beoardielingsrjochtlinen

Browser

  • Desktop
  • Mobile
  • Enterprise

Produkten

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Juridysk

Utsein oars vermeld, is op de ynhâld fan dizze website de Creative Commons Attribution Share-Alike License v3.0 of lettere ferzje fan tapassing.