API testing
A developer needs to encode a small JSON blob before sending it through a header or fixture.
Inputs
- Input text: {"env":"prod","region":"eu"}
Steps
- Convert the UTF-8 bytes into Base64 output
Result
- The result can be copied directly into another tool or request builder.