-
-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
Description
I am implementing the GPodder protocol on a new server: https://github.com/bohwaz/micro-gpodder-server
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.
Reactions are currently unavailable