Open RyanLua opened 8 months ago
curl https://devforum.roblox.com/c/help-and-feedback/54.rss -v
< HTTP/2 403
< server: AkamaiGHost
I think the access is probably being cut off by some user agent or some headers.
Fetch Point:
We can pass Headers, but I don't know how to avoid this.
When I run this on a self-hosted runner with a residential IP (my laptop server), it returns 403. So you're probably right about needing to pass some headers but I've been figuring out what exact headers.
I used GitHub Codespaces to run curl and was about to reproduce the 403 there. Unfortunately passing user agents don't seem to result in anything but 403. Any ideas?
Describe the bug: バグの概要
Whenever I have the RSS_URL set to "https://devforum.roblox.com/c/help-and-feedback/54.rss" I an error code of 403 forbidden when the feed works fine. You can see on my RSS.app feed that it is able to get the feed line and visiting the URL shows a feed as expected.
To Reproduce: 再現手順
Steps to reproduce the behavior:
RSS_URL
to "https://devforum.roblox.com/c/help-and-feedback/54.rss"Expected behavior: 期待する動作
When you set the
RSS_URL
to a valid RSS URL it should work instead of being forbidden.Screenshots: スクリーンショット
Operating environment: バグが発生した環境
Additional context: 補足
Workflow file
Workflow raw log
Just noticed that my
UPDATE_WITHIN_MINUTES
isn't set properly. Fixing that still doesn't fix the 403 error.