Is it possible to set a rewrite rule in one Render service in such a manner that it will serve content from second Render service without redirecting to it with 301?
My use case is that front-end is on domain foo (Render service #1), while backend is on sub-domain backend.foo (Render service #2), and I want crawlers that come at foo.com/crawlers to be served content from backend.foo.com/crawlers.
I want to try with rewrite first, because serving both frontend and backend from one domain is going to require far more complex setup.