Basic Auth
Username/password authentication for API requests.
Fields
| Field | Description | Required |
|---|---|---|
| Username | Basic auth username | Yes |
| Password | Basic auth password | Yes |
Setup Steps
- Step 1: Get the username and password required by your target service
- Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
- Step 3: Select Basic Auth as the credential type
- Step 4: Enter your username and password
- Step 5: Use this credential with HTTP Request nodes in your workflows