Basic Auth Header Generator

Build Basic Auth headers from a username and password

Credentials

What is HTTP Basic Authentication?

HTTP Basic Auth sends credentials as a Base64-encoded username:password string in the Authorization header. It's simple but only safe over HTTPS since Base64 is encoding, not encryption.