-
-
Notifications
You must be signed in to change notification settings - Fork 77
Description
We already have a network and proxy forward service. We have not yet an http one.
The goal of this new service is to make it easier to create a rule tree (including a single rule) to forward one url to another url (using a redirect resolution, e.g. status code 302).
Currently we already do this in some private services built with rama, but each time manually crafted using a custom service developed "from scratch". This has been done sufficiently amount of times, that clearly we can better make a service for it to make this easier.
Wildcard examples
- forward
www.example.com/*
toexample.com/*
- forward
*.example.org/*
toexample.com/*
We could however also go fancier and allow to use path parameters and also make those available... etc.
To be figured out...
This could then be used to create a forwarder, with as a fallback your regular router.