Basic auth generator

Generate Basic Authentication headers

Note:This tool generates a Basic Authentication header by base64 encoding your username and password in the format "username:password". The resulting header can be used in HTTP requests for Basic Auth protected endpoints.