a year ago
So I know that Railway's proxy will convert incoming HTTP/2 requests to HTTP/1.1 making the use of custom domains not possible with a gRPC server, but I was wondering if its possible to make gRPC requests over Railway's Private or Internal networking, and how the railway private domain detects ports, or if i need to add the port to the domain.
6 Replies
a year ago
Hello,
gRPC, HTTP, HTTPS, TCP, UDP, etc - there are no protocol limits on the private network, you can think of it like a local network, but with domains for convenience, it's just networked containers, meaning you do need to include the port in the request url, the port would be what the target service listens on internally, and if you would typically use HTTPS publicly, you would use http internally.
please let me know if you have anymore questions
a year ago
No problem!
a year ago
!s
Status changed to Solved brody • 11 months ago