http_auth
Set or clear HTTP Basic/Digest auth credentials to handle browser authentication prompts. Credentials are held in memory and never persisted to disk.
Instructions
Set/clear credentials for HTTP Basic/Digest auth dialogs (browser-wide, in-memory only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | set installs credentials for HTTP auth prompts; clear removes them | |
| password | No | Required for action=set; kept in memory, never written to disk | |
| username | No | Required for action=set |