generate_basic_auth
Generate an HTTP Basic Authentication header from a username and password. Provides the encoded credentials for API authentication.
Instructions
Generate HTTP Basic Authentication header
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username | |
| password | Yes | Password |