Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support Base64url encoding #1348

Closed
aldaris opened this issue Jan 23, 2019 · 1 comment
Closed

[Feature Request] Support Base64url encoding #1348

aldaris opened this issue Jan 23, 2019 · 1 comment

Comments

@aldaris
Copy link
Contributor

aldaris commented Jan 23, 2019

  • Insomnia Version: 6.3.2
  • Operating System: OSX

Details

The Base64 encode/decode feature does not appear to support Base64url encoding at the moment. It would be nice if URL segments could be easily encoded/decoded using the Base64url encoding format, see:
https://tools.ietf.org/html/rfc4648#section-5

aldaris added a commit to aldaris/insomnia that referenced this issue Jan 23, 2019
@aldaris
Copy link
Contributor Author

aldaris commented Feb 7, 2019

The main difference between regular Base64 encoding and Base64 url encoding is that the url version:

  • uses - instead of +
  • uses _ instead of /
  • does not have trailing padding = characters

If there is an issue with the PR, please do let me know, I'm more than happy to rework it.

aldaris added a commit to aldaris/insomnia that referenced this issue Mar 12, 2019
@aldaris aldaris closed this as completed Mar 26, 2019
luizmariz pushed a commit to luizmariz/insomnia that referenced this issue Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant