Extras do Firefox
  • Extensões
  • Temas
    • para o Firefox
    • Dicionários e pacotes de idiomas
    • Outros sites de navegadores
    • Extras para Android
Iniciar sessão
Ícone do extra

Histórico de versões de RESTer - 25 versões

RESTer por Jan

Avaliado em 4,8 de 5
4,8 estrelas de 5
5
89
4
13
3
3
2
0
1
0
Histórico de versões de RESTer - 25 versões
  • Tenha cuidado com versões antigas! Estas versões são mostradas para fins de teste e referência.Deve sempre utilizar a versão mais recente de um extra.

  • Versão mais recente

    Versão 4.14.1

    Lançada em 29 de mar de 2025 - 2,18 MB
    Funciona com firefox 63.0 e superior
    • Add button to make sidebar wider on wide screens

    Código fonte lançado sob MIT License

    Irá necessitar do Firefox para utilizar esta extensão
    Transferir o Firefox e obter a extensão
    Transferir ficheiro
  • Versões antigas

    Versão 4.13.0

    Lançada em 14 de fev de 2025 - 2,18 MB
    Funciona com firefox 63.0 e superior
    • When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.12.0

    Lançada em 25 de nov de 2023 - 2,17 MB
    Funciona com firefox 63.0 e superior
    - Use `GET` request method by default.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.11.0

    Lançada em 23 de jul de 2022 - 2,15 MB
    Funciona com firefox 63.0 e superior
    Added

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

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.10.0

    Lançada em 24 de mai de 2022 - 2,15 MB
    Funciona com firefox 63.0 e superior
    Added

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

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.9.1

    Lançada em 18 de mar de 2022 - 2,15 MB
    Funciona com firefox 63.0 e superior
    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.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.9.0

    Lançada em 13 de fev de 2022 - 2,15 MB
    Funciona com firefox 63.0 e superior
    Added

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

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.8.2

    Lançada em 26 de jan de 2022 - 2,15 MB
    Funciona com firefox 63.0 e superior
    Fixed

    - Only url-encode variables in request body.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.8.1

    Lançada em 23 de jan de 2022 - 2,15 MB
    Funciona com firefox 63.0 e superior
    Fixed

    - Encode variables in form encoded request body.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.8.0

    Lançada em 17 de nov de 2021 - 2,15 MB
    Funciona com firefox 63.0 e superior
    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).

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.7.0

    Lançada em 24 de jun de 2021 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 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`

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.6.0

    Lançada em 23 de jun de 2021 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 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.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.5.2

    Lançada em 10 de jun de 2021 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    Fixed bug where Chrome would not send custom headers if an authorization was selected

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.5.1

    Lançada em 9 de jun de 2021 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tab

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.5.0

    Lançada em 2 de jun de 2021 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    PKCE support for OAuth 2 authorization code flow

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.4.0

    Lançada em 5 de mar de 2021 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    User name is now allowd to be empty in the basic auth dialog.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.3.3

    Lançada em 26 de fev de 2021 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.3.2

    Lançada em 7 de out de 2020 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    Fixed

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

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.3.1

    Lançada em 16 de set de 2020 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    - Update dependencies

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.3.0

    Lançada em 16 de ago de 2020 - 2,13 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 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.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.2.0

    Lançada em 14 de jun de 2020 - 2,14 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 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.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.1.1

    Lançada em 2 de mai de 2020 - 2,14 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    Fixed Postman export when there was a request with the same title as the collection of another request.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.1.0

    Lançada em 12 de abr de 2020 - 2,14 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 68.*
    Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 4.0.0

    Lançada em 14 de mar de 2020 - 2,14 MB
    Funciona com firefox 63.0 e superior, android 63.0 até 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.

    Código fonte lançado sob MIT License

    Transferir ficheiro
  • Versão 3.11.2

    Lançada em 27 de jun de 2019 - 2,25 MB
    Funciona com firefox 55.0 e superior, android 55.0 até 68.*
    Fixed

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

    Código fonte lançado sob MIT License

    Transferir ficheiro
Ir para a página inicial da Mozilla

Extras

  • Acerca
  • Blogue de extras do Firefox
  • Workshop de extensões
  • Central do programador
  • Políticas de programador
  • Blogue da comunidade
  • Fórum
  • Reportar um erro
  • Guia de análise

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Produtos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidade
  • Cookies
  • Informação legal

Exceto onde anotado o contrário, o conteúdo neste site está licenciado sob a licença Creative Commons Atribuição-CompartilhaIgual v3.0 ou qualquer versão mais recente.