Hi All,
Looking for solution to route https requests to different backend servers based on url path in the request.
Can Cloudflare load balancer solve this task as for instance aws application LB do?
Hi All,
Looking for solution to route https requests to different backend servers based on url path in the request.
Can Cloudflare load balancer solve this task as for instance aws application LB do?
I don’t see anything in the Load Balancer documentation that says the URL path can be used to direct traffic.
Why not use Workers for that?
Hmm, could you say a bit more details on the idea?
Thanks!
Here’s a worker that performs a similar function:
And here are a bunch of other Workers that do all kinds of stuff:
https://community.cloudflare.com/tags/recipe-exchange
Hi user7663,
We are creating Load Balancing Rules to provide customers extra flexibility and control around their traffic steering and origin selection decisions with a BETA opening in Q4. We will abstract away the upfront cost to code a Worker and bake path-based steering directly into our Load Balancer. Stay tuned for the Load Balancing Rules BETA in Q4!
I want in!