2 months ago
Getting 403s, nothing has changed on our side, Just confirmed by hitting the downstream API directly with the same credentials as the upstream (https://railway.com/project/28f95e16-ecc7-4cb3-82e6-7b22d4f9eefe/service/b2e9ad49-c457-4b4f-81b0-7c1cbe04d6a4?environmentId=5855d21e-0aa3-4962-b7d2-8a6cd4031189) is using.
36 Replies
The linked service is attempting to communicate with this service https://railway.com/project/28f95e16-ecc7-4cb3-82e6-7b22d4f9eefe/service/5c1f125a-82bb-4767-b262-8d9be87a405b?environmentId=5855d21e-0aa3-4962-b7d2-8a6cd4031189
2 months ago
.
2 months ago
Howdy!
Poked around and networking isnt looking like an issue here. Networking would prevent any form of connection. This is a 403 which means your auth is a bit funky. Looks like specifically the backend service is having a 403 on a specific route.
When did this first appear?
Could it be cloudflare sitting infront of the domain coming from the railway native request?
but somethign is getting lost between our requests from the app and the core-02 domain
2 months ago
are you able to log on the send and receiving end whats being sent/received to see what differs?
All I did to fix was change the domain on the upstream (access backend) app to the railway internal and its working
2 months ago
Glad you're unblocked! But we do not modify your request, I'm a bit confused as to why this happens but 4xx are historically application level faults. Not a ton I can do here 😅
would you like me to point it back to the public URL and show that it breaks again lol
2 months ago
What domain is 403'ing?
2 months ago
Have you done something in Cloudflare to make it work? It doesn't 403 for me.
2 months ago
Sounds like Cloudflare's proxy is blocking requests from Railway, something you would need to look into in your Cloudflare dashboard.
Attachments
2 months ago
Our network engineer had a quick look at your traffic, and he believes Cloudflare thinks you are fuzzing, so that would explain it.
Either way, proxying via the private network is best practice, so something good has come of this!
2 months ago
No problem, sorry for the scare!