Basic Auth header generator
The header encodes username:password as UTF-8 Base64. It is encoding, not encryption, so only use Basic Auth over HTTPS where the token is protected in transit. Everything runs in your browser.
The header encodes username:password as UTF-8 Base64. It is encoding, not encryption, so only use Basic Auth over HTTPS where the token is protected in transit. Everything runs in your browser.