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

9 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

9 months ago

N/A


9 months ago

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


mckay
PROOP

9 months ago

Awesome thank you


9 months ago

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


8 months ago

!s


Status changed to Solved uxuz 9 months ago


Loading...