Hi, Is it possible to pass the origin server host/port to TS as an HTTP header? I want to run TS purely as an HTTP cache behind a load balancer and leave the logic for choosing a backend in the load balancer.
Would a remap plugin work? Looking at the arguments to the tsremap_remap function, I don't see the HTTP client headers. Are they not available? Jake