HTTP Basic Authentication in Applications with Integrated Browser #
When accessing a webpage protected by HTTP Basic Authentication (e.g., via .htaccess), a dialog box prompts for username and password.
ExeOutput for PHP can display a “Remember my credentials” checkbox, allowing users to save credentials.
The checkbox text can be customized using the SRememberCredentials resource string.
Managing Stored Credentials #
Saved credentials are stored in Windows Credential Manager (Windows Vault).
To remove them:
- Open Credential Manager (press Windows Key, type Credential Manager, press Enter, or open via Control Panel).
- Select Windows Credentials.
- Scroll to the Generic Credentials section.
- Locate the entry named CompanyName – ApplicationName.
- Expand the entry to view details (UserName, etc.).
- Click Remove to delete it.