Description
Hi,
I'm interested if Ocelot currently supports downstream routing to multiple endpoints based on a Request Header?
A use case for this is something like:
- Octolot receives a request for /products
- The request has a header something like Region: AU / Region: UK
- Based on the Region header field the request is routed to a matching downstream endpoint
eg.
AU redirects to -> api.internal-au/products
UK redirects to -> api.internal-uk/products
cheers