OhMyApps
Back to Tools

Basic Auth Generator

Generate HTTP Basic Authorization headers

Authorization Header
Basic
cURL Example
curl -H "Authorization: Basic ..." https://api.example.com

Local Basic Auth encoding

Basic authentication joins username and password with a colon, encodes the result as Base64, and sends it in an Authorization header. This tool runs fully in your browser.