Has anyone successfully used https://docs.railway.com/guides/private-networking Golang (GIN)
mckay
PROOP

7 months ago

If so, what Gin logic did you use to make calls from your internal services? I was of the understanding originally that anywhere my HTTPS public networking logic was being made, I could simply swap the domain to use our internal one. But I think i'm missing something. Any tips?

Solved$10 Bounty

5 Replies

mckay
PROOP

7 months ago

N/A


uxuz
MODERATOR

7 months ago

Hey, you will have to use [http://${{service.RAILWAY_PRIVATE_DOMAIN}}:${{service.PORT](http://${{service.RAILWAY_PRIVATE_DOMAIN}}:${{service.PORT)}} as opposed to [https://${{service.RAILWAY_PUBLIC_DOMAIN](https://${{service.RAILWAY_PUBLIC_DOMAIN)}} to call your service using the private network.


mckay
PROOP

7 months ago

Awesome thank you


uxuz
MODERATOR

7 months ago

You are welcome, I'll mark this thread as solved if you don't have any further questions.


uxuz
MODERATOR

7 months ago

!s


Status changed to Solved uxuz 8 months ago


Loading...