You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't make it work with gPodder because it never tries to do any authentication. It does not try to use the login.json endpoint, and it doesn't even provide any kind of HTTP basic auth when performing the request:
2022-08-05 01:04:15 Got a PUT request on subscriptions/bohwaz/platypus.json
(
[Accept-Encoding] => identity
[Content-Type] => application/x-www-form-urlencoded
[Content-Length] => 2
[Host] => gpodder.bohwaz.net
[User-Agent] => mygpoclient/1.8 (+http://gpodder.org/mygpoclient/) gPodder/3.10.17 (+http://gpodder.org/) Linux/5.10.0-16-amd64
[Connection] => close
)
So I am returning an HTTP 401 error, but then gpodder doesn't make another request with auth info.
interdependence and matthewruzzielelay and matthewruzzi