Using in-url basic authentication in firefox
        Posted  
        
            by diegogs
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by diegogs
        
        
        
        Published on 2010-05-17T10:33:00Z
        Indexed on 
            2010/05/17
            10:41 UTC
        
        
        Read the original article
        Hit count: 210
        
I'm using launching firefox from the command line in a script to get snapshots of pages. These pages have basic http authentication. When using:
firefox http://user:[email protected]
Either a dialog appears, or authentication doesn't work at all.
Is there any option to make firefox open the page without showing the dialog?
© Stack Overflow or respective owner