Hi all. I'm trying to get Firefox to open a URL from the command
line which requires a login to a htaccess zone.
With lynx, you'd use:
lynx -auth=username

assword
https://somesite.com/securedir/
With earlier Mozilla, you could get away with:
mozilla -remote "openurl(https://user

(E-Mail Removed)/securedir/)"
Is there any way to pass the username and password to Firefox without
a dialog box appearing?
(This is for use in a screenshot capture script using a virtual X
server so it can't be interacted with by a user once Firefox starts.)
Thanks.