Is it possible to make Reverse Proxy rules in the routes.
I would like to Reverse Proxy to a legacy application for some parts which cannot be migrates easily to platform sh
As far as I saw I can only add “redirect” rules.
In the Netlify documentation I found that there you can configure something that they call “rewrite” rules: https://docs.netlify.com/routing/redirects/rewrites-proxies/
This is exactly the thing that I imagine having in platform sh
Assuming your legacy application is on a 3rd party host, I think Varnish is probably your best option at the moment.
If your project is a multi-app setup with new and old applications both present in separate applications, you can do path-based routing to map some requests to the old app container and some to the new app container. See: