miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.44k stars 702 forks source link

Specify headers for feed #2701

Open kuznetsss opened 1 week ago

kuznetsss commented 1 week ago

Hi, thank for the great tool!

I would like to subscribe to some feeds which requires authorization by providing X-Service-Token header. So it would be nice to be able to specify headers for each feed in the same way as cookies now.

If maintainers would approve it as a useful feature I could try to make PR by myself. It looks doable since RequestBuilder already has method WithHeader(). Just will need to add headers field to model, to ui and probably to db migration.