API test setup
A developer needs the Basic auth header for username `demo` and password `s3cret!`.
Inputs
- Username: demo
- Password: s3cret!
Steps
- Join credentials with a colon
- Base64-encode the pair
- Prefix with Basic
Result
- The final header can be pasted directly into a test request.