Closed christate closed 1 year ago
FYI I'm seeing these 403s using RSS-Parser 5.0.2 via Gradle import from MavenCentral.
I've decided to close this as not-a-bug, since RSS-Parser already provides API for the app to configure the underlying OkHttpClient however it needs to.
Describe the bug Some fetches by RssParser - in particular feeds hosted by Buzzsprout - get unexplained 403 responses, even though browsers or even naïve
curl
fetches work just fine, even with all non-Host:
headers suppressed. Unfortunately, the library as provided doesn't offer anything in the way of instrumentation hooks, header configuration, or debug-assistance tracing/logging to help diagnose and address the issue.The link of the RSS Feed Two major podcasts that are hosted on Buzzsprout are both showing the same behavior:
Maintenance Phase: https://feeds.buzzsprout.com/1411126.rss
You're Wrong About: https://feeds.buzzsprout.com/1112270.rss
Sample output of
curl
on the "You're Wrong About" feed: