RSS Widget can't fetch feed, HTTP Code 401 #341
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The RSS Widget doesn't seem to be able to fetch rss feeds anymore
the
/fetch-rss
endpoint returns a 401Request Path the widget uses (as i tested):
/api/fetch-rss?url=https%3A%2F%2Fwww.animenewsnetwork.com%2Fnewsroom%2Frss.xml
The
fetch-rss
endpoint requires authentication since commitc5e1c42d0a
. For some reason the client uses the normalfetch
method instead ofos.api
.