a year ago
there html game, posted on blogger
I made a simple api, that also hosted on railway, that fetches blogger post and retrieves download link from it, to stream file as response
no matter if I'm trying to do request from sh or Dockerfile I'm getting 403, request never comes to api
Project: 9f8c5446-663e-4e53-a702-1cde58d6a077
16 Replies
a year ago
The error is thrown from the URL you trying to get, most probably the URL should be private
a year ago
does that worked on your local terminal?
I have logs for everything related to API, but there no new requests since 12:00, and as u can see, that one in deploy logs is almost 14:00
a year ago
Ahh, interesting, I tried to download the file locally, and it worked.
a year ago
that culd be reason
a year ago
not seeing anything here https://status.railway.com/
a year ago
but broke for me as well

a year ago
Hey, I am not familiar with blogger, but from your description, it does seem like that you are getting blocked by their servers as they may not want their contents to be downloaded programmatically, which is fairly common. Most of these platforms do offer a dedicated API, so you may want to look into that, this for example is the case with Reddit.
a year ago
!s
Status changed to Solved uxuz • 11 months ago

