Skip to content

Doesn't seem to be providing any kind of authentication if using a custom Gpodder server #1358

@bohwaz

Description

@bohwaz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions