6 months 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
6 months ago
The error is thrown from the URL you trying to get, most probably the URL should be private
6 months 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
6 months ago
Ahh, interesting, I tried to download the file locally, and it worked.
6 months ago
that culd be reason
6 months ago
not seeing anything here https://status.railway.com/
6 months ago
but broke for me as well

6 months 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.
6 months ago
!s
Status changed to Solved uxuz • 6 months ago

