Buscador de complementos para Firefox
  • Extensiones
  • Temas
    • para Firefox
    • Diccionarios y paquetes de idiomas
    • Otros sitios de navegadores
    • Complementos para Android
Conectarse
Icono del complemento

Historial de versiones de RESTer - 25 versiones

RESTer por Jan

Se valoró con 4,8 de 5
4,8 estrellas de 5
5
89
4
13
3
3
2
0
1
0
Historial de versiones de RESTer - 25 versiones
  • ¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.

  • Última versión

    Versión 4.14.1

    Lanzada el 29 de mar. de 2025 - 2,18 MB
    Compatible con firefox 63.0 y superiores
    • Add button to make sidebar wider on wide screens

    Se publicó el código fuente bajo la licencia Licencia MIT

    Necesitarás Firefox para usar esta extensión
    Descarga Firefox y obtiene la extensión
    Descargar archivo
  • Versiones antiguas

    Versión 4.13.0

    Lanzada el 14 de feb. de 2025 - 2,18 MB
    Compatible con firefox 63.0 y superiores
    • When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.12.0

    Lanzada el 25 de nov. de 2023 - 2,17 MB
    Compatible con firefox 63.0 y superiores
    - Use `GET` request method by default.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.11.0

    Lanzada el 23 de jul. de 2022 - 2,15 MB
    Compatible con firefox 63.0 y superiores
    Added

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

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.10.0

    Lanzada el 24 de may. de 2022 - 2,15 MB
    Compatible con firefox 63.0 y superiores
    Added

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

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.9.1

    Lanzada el 18 de mar. de 2022 - 2,15 MB
    Compatible con firefox 63.0 y superiores
    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.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.9.0

    Lanzada el 13 de feb. de 2022 - 2,15 MB
    Compatible con firefox 63.0 y superiores
    Added

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

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.8.2

    Lanzada el 26 de ene. de 2022 - 2,15 MB
    Compatible con firefox 63.0 y superiores
    Fixed

    - Only url-encode variables in request body.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.8.1

    Lanzada el 23 de ene. de 2022 - 2,15 MB
    Compatible con firefox 63.0 y superiores
    Fixed

    - Encode variables in form encoded request body.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.8.0

    Lanzada el 17 de nov. de 2021 - 2,15 MB
    Compatible con firefox 63.0 y superiores
    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).

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.7.0

    Lanzada el 24 de jun. de 2021 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 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`

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.6.0

    Lanzada el 23 de jun. de 2021 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 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.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.5.2

    Lanzada el 10 de jun. de 2021 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    Fixed bug where Chrome would not send custom headers if an authorization was selected

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.5.1

    Lanzada el 9 de jun. de 2021 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tab

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.5.0

    Lanzada el 2 de jun. de 2021 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    PKCE support for OAuth 2 authorization code flow

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.4.0

    Lanzada el 5 de mar. de 2021 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    User name is now allowd to be empty in the basic auth dialog.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.3.3

    Lanzada el 26 de feb. de 2021 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.3.2

    Lanzada el 7 de oct. de 2020 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    Fixed

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

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.3.1

    Lanzada el 16 de sep. de 2020 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    - Update dependencies

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.3.0

    Lanzada el 16 de ago. de 2020 - 2,13 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 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.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.2.0

    Lanzada el 14 de jun. de 2020 - 2,14 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 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.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.1.1

    Lanzada el 2 de may. de 2020 - 2,14 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    Fixed Postman export when there was a request with the same title as the collection of another request.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.1.0

    Lanzada el 12 de abr. de 2020 - 2,14 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 68.*
    Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 4.0.0

    Lanzada el 14 de mar. de 2020 - 2,14 MB
    Compatible con firefox 63.0 y superiores, android 63.0 a la 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.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.11.2

    Lanzada el 27 de jun. de 2019 - 2,25 MB
    Compatible con firefox 55.0 y superiores, android 55.0 a la 68.*
    Fixed

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

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
Ir a la página de inicio de Mozilla

Complementos

  • Acerca de
  • Blog de complementos de Firefox
  • Taller de extensiones
  • Central del desarrollador
  • Normativas para desarrolladores
  • Blog de la comunidad
  • Foro
  • Informar de un error
  • Guía de revisión

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Productos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidad
  • Cookies
  • Legal

A menos que se indique lo contrario, el contenido de este sitio está licenciado bajo la licencia Creative Commons Reconocimiento Compartir-Igual v3.0 o una versión posterior.