G+_Robert Hafer Posted May 5, 2017 Share Posted May 5, 2017 Hey KITAs, I'm putting together a home automation wall panel with a Raspberry Pi with AVS as in ep. 305, and a 7" touchscreen to access the web server on my HA software which uses digest authentication. My question, is there a Linux browser that supports digest Authentication? A light weight one to run on the Pi would be nice too. Thanks Link to comment Share on other sites More sharing options...
G+_Dan Hockey Posted May 5, 2017 Share Posted May 5, 2017 The browsers that come with Raspian are fairly basic. You may have to try chromium, it's the open source version of chrome. sudo apt-get install chromium-browser I think. If that doesn't work just google for it. Link to comment Share on other sites More sharing options...
G+_Robert Hafer Posted May 6, 2017 Author Share Posted May 6, 2017 My googling indicates the Chromium does support digest auth and is now available with Raspian. Next step, installing Raspian and getting the touchscreen working. Thanks Dan Hockey Link to comment Share on other sites More sharing options...
Recommended Posts