AV-S14
Basic Auth Header
Build or decode an HTTP Basic Authorization header.
● Runs on your device; nothing is uploadedHow to use it
- Under Build, enter the Username and Password.
- Copy the Authorization header or the curl command.
- Under Decode, paste a header, "Basic …" value or bare token.
- Read the decoded username and password.
Features
- RFC 7617 encoding: Base64 of UTF-8 user:password
- Rejects usernames containing a colon, and control characters
- Generates a ready-to-run curl command
- Recognises Bearer tokens and points to the JWT Decoder
For AI agents: avtools_basic_auth
Loading the tool…