Is there a way to use subdomains with the internal connection address for a web service?
We have a rails app running in a web service, and are moving our front end away from S3 hosted SPAs to a few Remix apps. The hope is that the Remix apps would connect to the Rails app internally, but the rails app uses various subdomains to handle the business rules for the different front ends. Is there any way to achieve this using the internal network connection?