-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
In 0.28-pre, users can activate basic and digest authentication with:
curl --digest --user admin:mythtv --data Key=HTTP/Protected/Urls --data Value=/ BE:6544/Myth/PutSetting
Where the '/' protects everything, including all Services API
services. '/Myth;/Content' would only protect 2 services.
Probably needs an upstream GUI to change the setting before
implementing the feature in the app.
curl --digest --user admin:mythtv BE:6544/Myth/GetHostName works