Tools

Basic Auth

Create a Basic authorization header or inspect an existing one without sending credentials anywhere.

01 · Generate

Username and password

Build the header your connector expects.

Authorization header
Basic …

02 · Decode

Existing header

Inspect a header locally when debugging a request.

Username
Password

Private by design

Nothing is uploaded, logged, or saved. Avoid pasting live secrets into shared screens.