browser_http_auth
Supply a server-side secret alias to answer HTTP basic auth prompts, scoped to designated domains. Invoke before navigating to protected URLs.
Instructions
Arm answers for HTTP basic-auth prompts (the native username/password dialog) from a server-side secret alias, scoped to that secret's domains. Pass only the alias; the credential value is never accepted as input or returned. Call before navigating to the protected URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| once | No | Answer only the next auth challenge, then disarm. | |
| secret | Yes | Secret alias from the server-side secrets vault. |