Transparent Reverse Proxy Redirect?

This may be a dumb question, but if I'm looking to make a transparent reverse proxy redirect - what would be the easiest way of doing it?

To sum, I have an existing Budibase (SaaS) site at https://xxx.budibase.com/example/*, but it's cumbersome to type. Instead, I want https://adam.example.com/* to point to it, and show the adam.example.com in the URL field (rather than a 301).

The obvious answer seems to be using a Workers with the reverse proxy example code to do this and just bind adam.example.com to the worker. However, is there another product that's already purpose built for this? No additional auth is needed, so ZT seems like not the right solution.
Was this page helpful?