in reply to Re^3: Authenticate HTTPS website with IE Automation
in thread Authenticate HTTPS website with IE Automation

To reinforce this sentiment, I found it a very good pattern to read passwords from the environment or pass them via the command line. In both approaches, the password is still discoverable to other users on the machine and maybe stored in the .history file of the account, but it is harder to accidentially leak the password to a wider audience.

Replies are listed 'Best First'.
Re^5: Authenticate HTTPS website with IE Automation
by MidLifeXis (Monsignor) on Aug 24, 2016 at 10:50 UTC

    I have started using URI::db as a method of doing this in a single environment variable.

    --MidLifeXis