generate_basic_auth
Create HTTP Basic Authentication headers for API requests and secure endpoints by providing username and password credentials.
Instructions
Generate HTTP Basic Authentication header
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username | |
| password | Yes | Password |