<div dir="ltr"><div>This is probably more of an Apache problem than mythweb, but I'll ask anyway.</div><div><br></div><div>I've had an ongoing problem with getting authentication to work when trying to access my mythweb page from my Android phone when using the cellular data network. I am using Apache Digest authentication. I can access the mythweb page from home, using my username/password, but typically (though not always) when I am not using WiFi, it does not prompt for a username/password and gives the following response:</div>
<br><div>401 Authorization Required</div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</span><br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">
<span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">Apache/2.2.14 (Ubuntu) Server at </span><a href="http://stichnot.dyndns.org/" target="_blank" style="font-family:arial,sans-serif;font-size:13px">xxx.dyndns.org</a><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"> Port 80</span><br>
</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">My mythweb.conf contains the following:</span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><div>
AuthType Digest</div><div> AuthName "MythTV"</div><div> AuthUserFile /etc/mythtv/mythweb-digest</div><div> Require valid-user</div><div> BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On</div>
<div> Order allow,deny</div><div> Satisfy any</div><div><br></div><div>This problem happens the same way with both Chrome and Firefox, so presumably it's something at the OS level. I haven't been able to figure out a reliable pattern for failure, or more importantly a reliable pattern for success. Has anyone encountered and solved this problem?</div>
<div><br></div><div>Jim</div></span></div></div>