Making requests on railway
mane
HOBBYOP
2 years ago
Hi All,
I am making requests to a simple RSS feed and I am passing in the below header;
{"User-Agent": "Mozilla/5.0"}On my local machine this returns 200, On my railway deployment it returns 403, So I added in;
{"User-Agent": "Mozilla/5.0 (X11; Linux x86_64)"}Still 403. So I am looking to get information on what I should be passing in to make requests under my railway deployment.
For note, This RSS Feed only allowed me when I added in a simple User-Agent, Rather than stacking the headers with accept language and such.
1 Replies
2 years ago
This is something you would need to contact the maintainer of the RSS feedback for as it wouldn't pertain to Railway.
You are likely getting 403 because the maintainer has blocked IPs owned by the Google cloud to prevent abuse.