generate_basic_auth
Generate an HTTP Basic Authentication header by providing a username and password for secure API authentication.
Instructions
Generate HTTP Basic Authentication header
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username | |
| password | Yes | Password |